glftfont/Makefile

3 lines
131 B
Makefile
Raw Normal View History

2005-07-18 22:28:27 +00:00
test: test.cpp GLFT_Font.cpp
g++ GLFT_Font.cpp test.cpp -o test -Wall -pedantic -lglfw -lGL -lfreetype `freetype-config --cflags`