aboutsummaryrefslogtreecommitdiff
path: root/oop2eindopdr/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-12-25 22:52:25 +0100
committerlonkaars <loek@pipeframe.xyz>2022-12-25 22:52:25 +0100
commitea5df8bc1c03c51a3e9e2408855811ac1045e399 (patch)
tree505e12fffa8559bd84255b3f3942d6f21ce88d8c /oop2eindopdr/makefile
parenta167c3e2222b969a4aa65801ee1c0bc891928bea (diff)
update makefile and add generated class diagram
Diffstat (limited to 'oop2eindopdr/makefile')
-rw-r--r--oop2eindopdr/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/oop2eindopdr/makefile b/oop2eindopdr/makefile
index 7ad0415..104bd94 100644
--- a/oop2eindopdr/makefile
+++ b/oop2eindopdr/makefile
@@ -11,6 +11,8 @@ LFLAGS += -lstdc++ -lcpr -lzip
SRCS := $(wildcard *.cpp)
OBJS := $(patsubst %.cpp,%.o, $(SRCS))
+.PHONY: clean compile_commands zip
+
all: $(TARGET)
%.o: %.cpp