Erwan
- Chinese patch by linshier
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user