From 4dac87387c6ec7cf094d7df2229dc15280e7cd49 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Sun, 28 Nov 2021 13:00:53 -0500 Subject: [PATCH] Trigger rebuild on info change as well as main src since user-agent string gets the version from there. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1