From 04eb6d180a3e69985b941056d4939743a23c497f Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 29 Oct 2011 20:42:59 +0200 Subject: [PATCH] fix make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4c26fb0..f0be1053 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ all: .PHONY: clean clean: - ./all compile -c + ./all clean .PHONY: install-data-git install-data-git: all -- 2.39.2