mirror of
https://github.com/erkin/ponysay
synced 2024-11-23 20:03:07 +00:00
6 lines
191 B
Makefile
6 lines
191 B
Makefile
|
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
|