winning/test/Makefile
2025-05-29 22:57:21 +02:00

4 lines
79 B
Makefile

all: hello.o
hello.o: hello.c
clang hello.c -target x86_64-pc-windows-gnu -c