From ea5df8bc1c03c51a3e9e2408855811ac1045e399 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 25 Dec 2022 22:52:25 +0100 Subject: update makefile and add generated class diagram --- oop2eindopdr/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'oop2eindopdr/makefile') 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 -- cgit v1.2.3