From ce9d4b490a814a39941abdd83c90cbe8f6f7a028 Mon Sep 17 00:00:00 2001 From: cozman Date: Mon, 18 Jul 2005 22:37:52 +0000 Subject: [PATCH] archive automation --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c0dc493..1ed1e8f 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ test: test.cpp GLFT_Font.cpp 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