patty/Makefile
2015-07-14 16:45:03 +00:00

5 lines
55 B
Makefile

all:
$(MAKE) -C src all
clean:
$(MAKE) -C src clean