Systemd/test/Makefile

8 lines
118 B
Makefile
Raw Normal View History

2010-01-20 18:26:29 +01:00
# Just a little hook script to easy building when in this directory
all:
$(MAKE) -C ..
clean:
$(MAKE) -C .. clean