mirror of
https://github.com/systemd/systemd.git
synced 2024-11-25 03:03:34 +08: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
|