mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-07 21:46:42 +01: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
|