From 6b2b6673e85e9c69e6a036b6afdf7efc93b318e1 Mon Sep 17 00:00:00 2001 From: Thomas Battermann Date: Sun, 4 Mar 2012 07:20:01 +0100 Subject: [PATCH] clean_all && clean --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 204b760..a41c944 100644 --- a/Makefile +++ b/Makefile @@ -29,4 +29,7 @@ html.o: html.c html.h gcc -Wall -pedantic -c html.c clean: + rm -vf *.o + +clean_all: rm -vf *.o sudokuloeser