5389c45ca4
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@117 8092fc87-c524-0410-9efc-e669fe64eaf9
7 lines
86 B
Makefile
7 lines
86 B
Makefile
unduck: unduck.c unduck.h
|
|
gcc -W -Wall -g -O0 unduck.c -o unduck
|
|
|
|
clean:
|
|
rm unduck
|
|
|