Import jumpnbump_menu
[jumpnbump.git] / contrib / jumpnbump_menu / Makefile
blob454c5e28b7034099e0b844b98cd019a90bcf0322
1 PREFIX=/usr
3 all:
4 @echo "This software is interpreted, no compilation needed"
5 install:
6 cp jumpnbump_menu.glade $(PREFIX)/share/games/jumpnbump/
7 cp jumpnbump_menu.py $(PREFIX)/games/
9 uninstall:
10 rm $(PREFIX)/share/games/jumpnbump/jumpnbump_menu.glade
11 rm $(PREFIX)/games/jumpnbump_menu.py