added windows compilation version

This commit is contained in:
H3XploR
2026-06-04 21:41:52 +02:00
parent 9a161bfcb2
commit 4143fa31a9
+3 -3
View File
@@ -1,7 +1,7 @@
NAME = analyze
NAME = analyze.exe
$(NAME): analyze.o
ld $^ -o $@
link.exe $^ /OUT:$@ /ENTRY:_start /SUBSYSTEM:console
analyze.o: start.s
nasm -f elf64 start.s -o $@
nasm -f win64 start.s -o $@