aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-07-15 01:01:50 +0200
committerMattias Andrée <maandree@operamail.com>2012-07-15 01:01:50 +0200
commit24f52c0e3196d4dbfb4a3c8b32d29a10ad021dac (patch)
treedd448c45d3c723ea138439b0dbcd3c187d2c5a60 /Makefile
parent6a238afdcbc76c07b62640c9f54ccfbba6195e62 (diff)
downloadponysay-24f52c0e3196d4dbfb4a3c8b32d29a10ad021dac.tar.gz
ponysay-24f52c0e3196d4dbfb4a3c8b32d29a10ad021dac.tar.bz2
ponysay-24f52c0e3196d4dbfb4a3c8b32d29a10ad021dac.zip
dezebraised and non-kms-comp. ttyponies + auto building of ttyponies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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"