Trigger rebuild on info change as well as main src
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 28 Nov 2021 18:00:53 +0000 (13:00 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 28 Nov 2021 18:01:27 +0000 (13:01 -0500)
since user-agent string gets the version from there.

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.02157 seconds and 4 git commands to generate.