Initial import.
This commit is contained in:
commit
7953872267
11 changed files with 647 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal 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 *~
|
Reference in a new issue