1
0
mirror of git://projects.qi-hardware.com/man-tiny.git synced 2024-11-23 17:31:51 +02:00
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