Removing "clean" from "all" target in Makefile
This commit is contained in:
parent
97b37f8af0
commit
175075d2d5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue