Initial import.

This commit is contained in:
Jonathan Schleifer 2012-08-19 23:53:47 +02:00
commit 7953872267
11 changed files with 647 additions and 0 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
all:
@cd src && ${MAKE} ${MFLAGS}
@cd test && ${MAKE} ${MFLAGS}
clean:
@cd src && ${MAKE} ${MFLAGS} clean
@cd test && ${MAKE} ${MFLAGS} clean
@rm -f *~