Mercurial > hg > pub > prymula > com
comparison immposiblerush/Makefile @ 8:923377f8ebcb
immposiblerush-0.230919-0_ALLDISTRIBUTIONS
author | prymula <prymula76@outlook.com> |
---|---|
date | Sat, 03 Feb 2024 18:23:04 +0100 |
parents | bb29f1c89c99 |
children |
comparison
equal
deleted
inserted
replaced
7:bb29f1c89c99 | 8:923377f8ebcb |
---|---|
10 install: build/jar/ImmposibleRush.jar | 10 install: build/jar/ImmposibleRush.jar |
11 mkdir -pm 0755 $(prefix)/games | 11 mkdir -pm 0755 $(prefix)/games |
12 install -m 0644 build/jar/ImmposibleRush.jar $(prefix)/games | 12 install -m 0644 build/jar/ImmposibleRush.jar $(prefix)/games |
13 mkdir -pm 0755 $(prefix)/share/immposiblerush | 13 mkdir -pm 0755 $(prefix)/share/immposiblerush |
14 mkdir -pm 0755 $(prefix)/share/applications | 14 mkdir -pm 0755 $(prefix)/share/applications |
15 | |
16 install -m 0644 res/immposiblerush.png $(prefix)/share/immposiblerush | 15 install -m 0644 res/immposiblerush.png $(prefix)/share/immposiblerush |
17 install -m 0644 ImmposibleRush.desktop $(prefix)/share/applications | 16 install -m 0644 ImmposibleRush.desktop $(prefix)/share/applications |
18 | 17 |
19 .PHONY: install | 18 .PHONY: install |