man-tiny/Makefile

10 lines
66 B
Makefile
Raw Permalink Normal View History

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