Mercurial > hg > pub > prymula > com
comparison colorsmemory/Makefile @ 19:fff7215ba1e8
package for arch
author | Przemyslaw <prymula76@outlook.com> |
---|---|
date | Sun, 31 Mar 2024 16:10:46 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
18:b5e2aba31fdb | 19:fff7215ba1e8 |
---|---|
1 # Link command: | |
2 #choinka: engin.o | |
3 # gcc engin.o -o choinka | |
4 | |
5 # Compilation commands: | |
6 #engin.o: engin.c | |
7 # gcc -c engin.c -o engin.o | |
8 | |
9 | |
10 prefix=/usr | |
11 | |
12 install: build/jar/ColorsMemory.jar | |
13 install -m 0644 build/jar/ColorsMemory.jar $(prefix)/games | |
14 mkdir -pm 0755 $(prefix)/share/colorsmemory | |
15 mkdir -pm 0755 $(prefix)/share/colorsmemory/icons | |
16 install -m 0644 colorsmemory.png $(prefix)/share/colorsmemory/icons | |
17 install -m 0644 ColorsMemory.desktop /usr/share/applications | |
18 | |
19 .PHONY: install |