1
0
mirror of git://projects.qi-hardware.com/man-tiny.git synced 2024-11-23 20:19:21 +02:00
man-tiny/Makefile

10 lines
66 B
Makefile
Raw Normal View History

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