Files
wagic/projects/mtg/tools/neofont/Makefile
wagic.the.homebrew@gmail.com f40af0b1cb Erwan
- Chinese patch by linshier
2010-07-31 14:41:04 +00:00

13 lines
179 B
Makefile

INCDIR = -I/usr/include/freetype2
LIBS = -lfreetype
CFLAGS += $(INCDIR)
all : neofont
neofont : neofont.o
$(CC) -o neofont $(LIBS) $<
clean :
@rm -f neofont *.o *.asc *.gbk