patty/Makefile

6 lines
55 B
Makefile
Raw Normal View History

2015-07-14 16:45:03 +00:00
all:
$(MAKE) -C src all
clean:
$(MAKE) -C src clean