diff options
| author | lonkaars <loek@pipeframe.xyz> | 2022-12-25 22:52:25 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2022-12-25 22:52:25 +0100 |
| commit | ea5df8bc1c03c51a3e9e2408855811ac1045e399 (patch) | |
| tree | 505e12fffa8559bd84255b3f3942d6f21ce88d8c /oop2eindopdr/makefile | |
| parent | a167c3e2222b969a4aa65801ee1c0bc891928bea (diff) | |
update makefile and add generated class diagram
Diffstat (limited to 'oop2eindopdr/makefile')
| -rw-r--r-- | oop2eindopdr/makefile | 2 |
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 |