diff --git a/Makefile b/Makefile index b6150a2..d44a748 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ TESTS_OBJECTS = $(TESTS_DIR)/frame_test.o \ $(TESTS_DIR)/test_helper.o \ $(TESTS_DIR)/test_helper_test.o \ -.PHONY: test clean +.PHONY: test clean install uninstall ttysolitaire: $(SRC_OBJECTS) $(CC) $(CFLAGS) $(SRC) -o $(EXECUTABLE) $(SRC_OBJECTS) $(LDFLAGS)