mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-29 15:20:31 +00:00
8 lines
118 B
Makefile
8 lines
118 B
Makefile
# Just a little hook script to easy building when in this directory
|
|
|
|
all:
|
|
$(MAKE) -C ..
|
|
|
|
clean:
|
|
$(MAKE) -C .. clean
|