mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09: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
|