From: Siraaj Khandkar Date: Sun, 28 Nov 2021 18:00:53 +0000 (-0500) Subject: Trigger rebuild on info change as well as main src X-Git-Tag: 0.27.1~3 X-Git-Url: https://git.xandkar.net/?p=tt.git;a=commitdiff_plain;h=4dac87387c6ec7cf094d7df2229dc15280e7cd49 Trigger rebuild on info change as well as main src since user-agent string gets the version from there. --- diff --git a/Makefile b/Makefile index a801484..7963c20 100644 --- 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