From 175075d2d5051c02cebbc359853454b6631be2c3 Mon Sep 17 00:00:00 2001 From: Luka Miljak Date: Mon, 10 Mar 2014 09:01:55 +0100 Subject: [PATCH] Removing "clean" from "all" target in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4737f40..0a1fb8b 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ $(TARGET): $(OBJECTS) .PHONY: default all clean # all calls all other options -all: default clean +all: default # default builds target default: $(TARGET)