patty/Makefile

5 lines
55 B
Makefile

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