Revision 695889f3
Added by Hamish Coleman over 16 years ago
- ID 695889f3a950edfef2c7915d6ddc0ee7f442e8a8
Makefile | ||
---|---|---|
wconsd.exe: wconsd.c
|
||
gcc -o wconsd.exe wconsd.c -lws2_32
|
||
|
||
test: wconsd.exe
|
||
./wconsd.exe -d
|
||
|
Also available in: Unified diff
Add a makefile target for testing the application