home
/
code
/
tt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8856d5
)
Trigger rebuild on info change as well as main src
author
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 28 Nov 2021 18:00:53 +0000
(13:00 -0500)
committer
Siraaj 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
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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.032655 seconds
and
4
git commands to generate.