70b9b22cda
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2768 8092fc87-c524-0410-9efc-e669fe64eaf9
10 lines
170 B
Makefile
10 lines
170 B
Makefile
TARGET := unstr
|
|
CFILES := unstr.c ../../shared/util.c
|
|
HFILES := ../../shared/cbytesex.h
|
|
CFLAGS := -std=c99
|
|
DEBUG := 1
|
|
#ERROR := 1
|
|
|
|
include ../../shared/Makefile.default
|
|
|