diff options
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 |