Removing "clean" from "all" target in Makefile

This commit is contained in:
Luka Miljak 2014-03-10 09:01:55 +01:00
parent 97b37f8af0
commit 175075d2d5

View file

@ -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)