mirror of
https://github.com/BertoldVdb/ZoneDetect.git
synced 2026-03-25 08:45:56 +00:00
Make phony targets .PHONY
This commit is contained in:
parent
db66d4475a
commit
5bd300c407
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ SOURCES_SRC=zonedetect.c
|
|||
|
||||
OBJECTS_OBJ=$(SOURCES_SRC:.c=.o)
|
||||
|
||||
.PHONY: all install clean nice
|
||||
|
||||
all: $(EXECUTABLE)
|
||||
|
||||
$(EXECUTABLE): $(OBJECTS_OBJ)
|
||||
|
|
|
|||
Loading…
Reference in a new issue