Mercurial > hg > pub > prymula > com
view immposiblerush/Makefile.aur @ 12:24d60bdea349
ClonneChannel
author | prymula <prymula76@outlook.com> |
---|---|
date | Thu, 08 Feb 2024 20:24:27 +0100 |
parents | 923377f8ebcb |
children |
line wrap: on
line source
# with destiny for AUR #prefix=/usr all: ant compile ant jar clean: ant clean install: build/jar/ImmposibleRush.jar mkdir -pm 0755 $(DESTDIR)/usr/games mkdir -pm 0755 $(DESTDIR)/usr/share/immposiblerush mkdir -pm 0755 $(DESTDIR)/usr/share/applications install -m 0644 build/jar/ImmposibleRush.jar $(DESTDIR)/usr/games install -m 0644 res/immposiblerush.png $(DESTDIR)/usr/share/immposiblerush install -m 0644 ImmposibleRush.desktop $(DESTDIR)/usr/share/applications .PHONY: install