325a882c5d
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2767 8092fc87-c524-0410-9efc-e669fe64eaf9
11 lines
261 B
Makefile
11 lines
261 B
Makefile
TARGET := unianm
|
|
CFILES := unianm.c ../../shared/util.c
|
|
HFILES := unianm.h ../../shared/cbytesex.h ../../shared/util.h
|
|
CPPFLAGS := `pkg-config --cflags libpng`
|
|
LDFLAGS := `pkg-config --libs libpng`
|
|
DEBUG := 1
|
|
#ERROR := 1
|
|
|
|
include ../../shared/Makefile.default
|
|
|