01aa2e92e9
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1263 8092fc87-c524-0410-9efc-e669fe64eaf9
7 lines
82 B
Makefile
7 lines
82 B
Makefile
unlpf: unlpf.c
|
|
gcc -W -Wall -g -O0 unlpf.c -o unlpf
|
|
|
|
clean:
|
|
rm unlpf unlpf.exe
|
|
|