From 316a8611d6b6900b378e84a856cf27f37bff4e30 Mon Sep 17 00:00:00 2001 From: josch Date: Sat, 21 Jun 2014 14:12:55 +0200 Subject: [PATCH] add clean target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 2a8ac5a..5bb3010 100644 --- a/Makefile +++ b/Makefile @@ -15,3 +15,7 @@ test: testinput testdpkg testapt ./rundpkg.sh < testinput | md5sum ./testapt < testinput | md5sum ./testdose < testinput | md5sum + +.PHONY: clean +clean: + rm -f testapt testdose testdose.cmi testdose.cmo testdpkg testinput