1
0
mirror of git://projects.qi-hardware.com/man-tiny.git synced 2025-04-21 12:27:27 +03:00

The source files are now under revision control

This commit is contained in:
Neil Stockbridge
2011-05-18 16:15:03 +12:00
parent 952532babc
commit 4b5bd45caa
3 changed files with 164 additions and 0 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
#.SILENT:
all:
$(MAKE) -C src/
clean:
$(MAKE) -C src/ clean