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)