1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 10:25:06 +03:00
systemd-stable/test/Makefile

8 lines
118 B
Makefile
Raw Normal View History

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