mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
Add Makefile
This commit is contained in:
parent
378e39d90c
commit
88d9965243
1 changed files with 5 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal 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
|
Loading…
Reference in a new issue