aboutgitcodelistschat:MatrixIRC
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09a523e..d63b035 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ cooker:
eater:
$(MAKE) -C seitan-eater
-seitan:
+seitan: $(SRCS) $(HEADERS)
$(CC) $(CFLAGS) -o $(BIN) $(SRCS)
debug: