mirror of
https://github.com/erkin/ponysay
synced 2024-11-14 07:37:10 +00:00
5 lines
192 B
Makefile
5 lines
192 B
Makefile
install:
|
|
mkdir -p $(DESTDIR)/usr/share/ponies
|
|
cp -r ponies/*.pony $(DESTDIR)/usr/share/ponies/
|
|
install -Dm755 ponysay $(DESTDIR)/usr/bin/ponysay
|
|
ln -s ponysay $(DESTDIR)/usr/bin/ponythink
|