glftfont/Makefile
2005-07-18 22:28:27 +00:00

3 lines
131 B
Makefile

test: test.cpp GLFT_Font.cpp
g++ GLFT_Font.cpp test.cpp -o test -Wall -pedantic -lglfw -lGL -lfreetype `freetype-config --cflags`