Skip to content

Commit 73c864e

Browse files
committed
Add all makefile target
1 parent b234e7f commit 73c864e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ TESTS_OBJECTS = $(TESTS_DIR)/frame_test.o \
3939

4040
.PHONY: test clean install uninstall
4141

42+
all: ${EXECUTABLE}
43+
4244
ttysolitaire: $(SRC_OBJECTS)
4345
$(CC) $(CFLAGS) $(SRC) -o $(EXECUTABLE) $(SRC_OBJECTS) $(LDFLAGS)
4446

0 commit comments

Comments
 (0)