aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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"