From 24f52c0e3196d4dbfb4a3c8b32d29a10ad021dac Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 15 Jul 2012 01:01:50 +0200 Subject: dezebraised and non-kms-comp. ttyponies + auto building of ttyponies --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3fb7dcd..52277e1 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,10 @@ all: ponysaytruncater ponysaytruncater: gcc -o "ponysaytruncater" "ponysaytruncater.c" +ttyponies: + mkdir -p ttyponies + ./ttyponies.sh + install: all mkdir -p "$(DESTDIR)/usr/share/ponysay/" mkdir -p "$(DESTDIR)/usr/share/ponysay/ponies" -- cgit