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…
Add table
Add a link
Reference in a new issue