install and uninstall targets are PHONY
This commit is contained in:
parent
f9b537e8f3
commit
40347b8e9a
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ TESTS_OBJECTS = $(TESTS_DIR)/frame_test.o \
|
|||||||
$(TESTS_DIR)/test_helper.o \
|
$(TESTS_DIR)/test_helper.o \
|
||||||
$(TESTS_DIR)/test_helper_test.o \
|
$(TESTS_DIR)/test_helper_test.o \
|
||||||
|
|
||||||
.PHONY: test clean
|
.PHONY: test clean install uninstall
|
||||||
|
|
||||||
ttysolitaire: $(SRC_OBJECTS)
|
ttysolitaire: $(SRC_OBJECTS)
|
||||||
$(CC) $(CFLAGS) $(SRC) -o $(EXECUTABLE) $(SRC_OBJECTS) $(LDFLAGS)
|
$(CC) $(CFLAGS) $(SRC) -o $(EXECUTABLE) $(SRC_OBJECTS) $(LDFLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user