From 7b0322493c457020e4e289867665601e8b6508c0 Mon Sep 17 00:00:00 2001 From: pk910 Date: Fri, 12 Aug 2011 16:52:37 +0200 Subject: [PATCH] added make clean --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index d61ee21..0ca52ba 100644 --- 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 -- 2.20.1