diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ ${LIBNAME:=.a}: ${OBJ} clean: rm -f ${OBJ} ${LIBNAME}.* *.core + cd test && make clean tests: all cd test && make clean tests |