Add Makefile

This commit is contained in:
Sven-Hendrik Haase 2012-02-26 18:28:17 +01:00
parent 378e39d90c
commit 88d9965243

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
install:
mkdir -p $(DESTDIR)/usr/share/ponies
cp -r ponies/*.cow $(DESTDIR)/usr/share/ponies/
install -Dm755 ponysay $(DESTDIR)/usr/bin/ponysay
ln -s ponysay $(DESTDIR)/usr/bin/ponythink