Files
meep-eep 5389c45ca4 Initial revision
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@117 8092fc87-c524-0410-9efc-e669fe64eaf9
2002-10-14 23:55:51 +00:00

7 lines
86 B
Makefile

unduck: unduck.c unduck.h
gcc -W -Wall -g -O0 unduck.c -o unduck
clean:
rm unduck