Skip to content

Commit 10e8f75

Browse files
author
Pieter Hijma
committed
Add an all target to the Makefile
1 parent e5cc0b4 commit 10e8f75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ DEPFLAGS =
1515

1616
OBJ = $(SRC:%.cpp=%.o)
1717

18-
.PHONY: clean
18+
.PHONY: all clean
1919

20+
all: $(LIBRARY)
2021

2122
$(LIBRARY): $(DEPFILE) $(OBJ)
2223
$(AR) $(AR_FLAGS) $@ $(OBJ)

0 commit comments

Comments
 (0)