commit: 1aedceb570813fdfe5b3c8deb3e0b7fe5c316f6a parent 505ac26c1a2d2b9034d1050e654199d075f909ca Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Date: Sat, 25 Jun 2022 02:52:33 +0200 Makefile: Fix exe targetDiffstat:
M | Makefile | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/Makefile b/Makefile
@@ -13,7 +13,7 @@ CFLAGS = -Os -s all: $(EXE) $(EXE): main.ha - hare build + hare build -o $@ .PHONY: clean clean: