aboutgitcodelistschat:MatrixIRC
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a2f146c..00406bc 100644
--- a/Makefile
+++ b/Makefile
@@ -29,12 +29,15 @@ cooker:
eater:
$(MAKE) -C eater
+.PHONY: seitan
seitan: $(SRCS) $(HEADERS)
$(CC) $(CFLAGS) -o $(BIN) $(SRCS)
+.PHONY: debug
debug:
$(MAKE) -C debug
+.PHONY: clean
clean:
rm -f $(BIN)
$(MAKE) -C cooker clean