added make clean
authorpk910 <philipp@zoelle1.de>
Fri, 12 Aug 2011 14:52:37 +0000 (16:52 +0200)
committerpk910 <philipp@zoelle1.de>
Fri, 12 Aug 2011 14:52:37 +0000 (16:52 +0200)
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