archive automation
This commit is contained in:
parent
5d82bb0dac
commit
ce9d4b490a
3
Makefile
3
Makefile
@ -1,2 +1,5 @@
|
|||||||
test: test.cpp GLFT_Font.cpp
|
test: test.cpp GLFT_Font.cpp
|
||||||
g++ GLFT_Font.cpp test.cpp -o test -Wall -pedantic -lglfw -lGL -lfreetype `freetype-config --cflags`
|
g++ GLFT_Font.cpp test.cpp -o test -Wall -pedantic -lglfw -lGL -lfreetype `freetype-config --cflags`
|
||||||
|
|
||||||
|
glftfont.tar.gz:
|
||||||
|
tar -czf glftfont.tar.gz GLFT_Font.cpp GLFT_Font.hpp index.html README test.cpp Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user