summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Müller <md.node.0@gmail.com>2025-12-03 20:04:42 +0200
committerGitHub <noreply@github.com>2025-12-03 20:04:42 +0200
commit6777d58a96aea39336ca8b296b25220c04299ba4 (patch)
tree68e1f650216cb3a3efc846cf1bc95e4098f8849c
parent0f7be417d6e18bf28415156b034fe88c9f014e5f (diff)
downloadgsctool-6777d58a96aea39336ca8b296b25220c04299ba4.tar.gz
gsctool-6777d58a96aea39336ca8b296b25220c04299ba4.zip
Update Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 598cda1..60319c4 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CFILES_GSC=gsctool.c lib/cdl86/cdl.c lib/miniz/miniz.c
all: gsctool
-gsctool: gsctool.c
+gsctool: gsctool.c lib/cdl86/cdl.c lib/miniz/miniz.c
$(CC) $(CFLAGS) $(CFILES_GSC) -o gsctool.dll
.PHONY: clean