aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-04 05:07:28 -0300
committerEuAndreh <eu@euandre.org>2025-05-04 05:07:28 -0300
commitb4d61341784e951a73a2ba25272075100e79278a (patch)
treec527cb4ab292bec199c0494e290ad109e77d8f19 /Makefile
parentCombine "CompiledGrammar" and "Report" payloads (diff)
downloadcotia-main.tar.gz
cotia-main.tar.xz
Make: Use $< over $?HEADmain
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dfc9f2f..c699027 100644
--- a/Makefile
+++ b/Makefile
@@ -167,7 +167,7 @@ src/version.go: Makefile
echo 'package $(NAME); const Version = "$(VERSION)"' > $@
$(NAME).bin: src/main.bin
- ln -fs $? $@
+ ln -fs src/main.bin $@