We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
all
1 parent b234e7f commit 73c864eCopy full SHA for 73c864e
Makefile
@@ -39,6 +39,8 @@ TESTS_OBJECTS = $(TESTS_DIR)/frame_test.o \
39
40
.PHONY: test clean install uninstall
41
42
+all: ${EXECUTABLE}
43
+
44
ttysolitaire: $(SRC_OBJECTS)
45
$(CC) $(CFLAGS) $(SRC) -o $(EXECUTABLE) $(SRC_OBJECTS) $(LDFLAGS)
46
0 commit comments