add simple makefile for previous commit

This commit is contained in:
goyuken 2012-12-19 23:02:58 +00:00
parent 55399917ac
commit 1d7d40f7c9
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
libco.dll: libco_win32threads.c
gcc libco_win32threads.c -o libco.dll -Wall -shared -O0 -g