mirror of
https://github.com/Noratrieb/winning.git
synced 2026-01-14 17:55:02 +01:00
4 lines
79 B
Makefile
4 lines
79 B
Makefile
all: hello.o
|
|
|
|
hello.o: hello.c
|
|
clang hello.c -target x86_64-pc-windows-gnu -c
|