1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-25 23:21:33 +03:00
systemd-stable/test/Makefile
2011-12-31 18:06:56 +01:00

8 lines
118 B
Makefile

# Just a little hook script to easy building when in this directory
all:
$(MAKE) -C ..
clean:
$(MAKE) -C .. clean