mirror of
https://github.com/Noratrieb/winning.git
synced 2026-01-14 09:45:03 +01:00
init
This commit is contained in:
commit
850f324c7b
2 changed files with 5 additions and 0 deletions
4
test/Makefile
Normal file
4
test/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
all: hello.o
|
||||||
|
|
||||||
|
hello.o: hello.c
|
||||||
|
clang hello.c -target x86_64-pc-windows-gnu -c
|
||||||
1
test/hello.c
Normal file
1
test/hello.c
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
void mainCRTStartup() {}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue