From a469bc2454c177448fed4bba434a2b0a7464153b Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 10 Mar 2013 14:30:24 +0100 Subject: Makefile: Add clean target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 5f21a08..a863bd4 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,6 @@ econproxy: econproxy.c util.c util.h econproto.h econserv: econserv.c util.c util.h econproto.h gcc -ggdb -Wall -o $@ $< util.c + +clean: + rm -f econproxy econserv -- cgit