aboutsummaryrefslogtreecommitdiff
path: root/week.mk
diff options
context:
space:
mode:
Diffstat (limited to 'week.mk')
-rw-r--r--week.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/week.mk b/week.mk
index 9fd8f2e..7a58f4d 100644
--- a/week.mk
+++ b/week.mk
@@ -9,6 +9,8 @@ LFLAGS += -lstdc++
SRCS := $(wildcard *.cpp)
OBJS := $(patsubst %.cpp,%.o, $(SRCS))
+.PHONY: clean compile_commands zip
+
all: $(TARGET)
%.o: %.cpp