man-tiny/Makefile

10 lines
66 B
Makefile

#.SILENT:
all:
$(MAKE) -C src/
clean:
$(MAKE) -C src/ clean