Makefile
This commit is contained in:
parent
7b75a636b9
commit
0e7aca3920
4 changed files with 10 additions and 5 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
ponydir=/usr/share/ponies/
|
||||
scripts=ponysay ponythink
|
||||
bindir=/usr/bin/
|
||||
install:
|
||||
mkdir $(ponydir)
|
||||
cp -r ponies $(ponydir)
|
||||
cp $(scripts) $(bindir)
|
||||
Loading…
Add table
Add a link
Reference in a new issue