6 lines
162 B
Makefile
6 lines
162 B
Makefile
|
build:
|
||
|
tar --create --bzip2 --file git-prompt-sources.tar.bz2 git-prompt.sh git-completion.sh
|
||
|
makepkg --sign --force
|
||
|
|
||
|
install:
|
||
|
makepkg --sign --force --install
|