added make clean
[NeonServV5.git] / Makefile
index d61ee2159199ed1e54012170d14c1c3586bdb366..0ca52ba02d91487ffe4f3cfaf96c15672c921ccb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,4 +13,7 @@ all:
 install:
        gcc -g -O0 -I. -o neonserv *.o ${CFLAGS}
 
+clean:
+       rm *.o
+
 binary:
\ No newline at end of file