glftfont/Makefile

6 lines
259 B
Makefile
Raw Permalink 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 -pthread -lXrandr `freetype-config --cflags`
2005-07-18 22:37:52 +00:00
glftfont.tar.gz:
tar -czf glftfont.tar.gz GLFT_Font.cpp GLFT_Font.hpp index.html README test.cpp Makefile