Update Makefile

This commit is contained in:
Rasta Mouse
2025-10-18 11:14:36 +01:00
parent c1b4df3ba3
commit bcc9b2f5dd
+1 -1
View File
@@ -6,7 +6,7 @@ bin:
mkdir bin
libtp.x64.zip: bin
$(CC_64) -DWIN_X64 -shared -Wall -Wno-pointer-arith -c src/tp.c -o bin/tp.x64.o
$(CC_64) -DWIN_X64 -shared -Wall -Wno-pointer-arith -fno-ident -c src/tp.c -o bin/tp.x64.o
zip -q -j libtp.x64.zip bin/*.x64.o
clean: