Trigger rebuild on info change as well as main src
[tt.git] / Makefile
index a801484..7963c20 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PREFIX   := $(HOME)
 .PHONY: build
 build: $(EXE_FILE)
 
-$(EXE_FILE): $(SRC_FILE)
+$(EXE_FILE): $(SRC_FILE) info.rkt
        raco exe -o $@ $<
 
 .PHONY: install
This page took 0.026665 seconds and 4 git commands to generate.