1
0
mirror of git://projects.qi-hardware.com/man-tiny.git synced 2025-04-21 12:27:27 +03:00
Files
man-tiny/Makefile
2011-05-18 16:15:03 +12:00

10 lines
66 B
Makefile

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