aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEmil Williams2026-01-31 15:06:23 +0000
committerEmil Williams2026-01-31 15:06:23 +0000
commita1a82802c8abb4ec296cd271cc87df1b6a67ebea (patch)
tree86b72c8288c368b0ee54455756fd223fefac8bb8 /Makefile
parent9efa9a51eda66f212847ce3e5576a8d3078ca899 (diff)
downloadEUROPAXI-a1a82802c8abb4ec296cd271cc87df1b6a67ebea.tar.xz
EUROPAXI-a1a82802c8abb4ec296cd271cc87df1b6a67ebea.tar.zst
Game loop + fix to Makefile
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 90e1138..dd1c603 100755
--- a/Makefile
+++ b/Makefile
@@ -31,9 +31,9 @@ all: EUROPA\|XI
clean:
rm -f $(OBJECT) EUROPA\|XI
-EUROPA|XI: $(HEADER) | $(OBJECT)
+EUROPA|XI: $(OBJECT)
@echo "LD $@"
- @${LINK.c} -o "$@" $| library/libraylib.amd64.a $(LDFLAGS)
+ @${LINK.c} -o "$@" $+ library/libraylib.amd64.a $(LDFLAGS)
library/libraylib.amd64.a:
@rm -rf /tmp/raylib-5.5_linux_amd64