diff immposiblerush/Makefile @ 7:bb29f1c89c99

immposiblerush-0.230919-0_PKG
author prymula <prymula76@outlook.com>
date Thu, 01 Feb 2024 21:49:30 +0100
parents 2787f5e749ae
children 923377f8ebcb
line wrap: on
line diff
--- a/immposiblerush/Makefile	Wed Jan 31 20:40:57 2024 +0100
+++ b/immposiblerush/Makefile	Thu Feb 01 21:49:30 2024 +0100
@@ -1,12 +1,3 @@
-# Link command:
-#choinka: engin.o
-#	gcc engin.o -o choinka
-    
-# Compilation commands:
-#engin.o: engin.c
-#	gcc -c engin.c -o engin.o
-
-
 prefix=/usr
 
 all:
@@ -20,8 +11,9 @@
 	mkdir -pm 0755 $(prefix)/games
 	install -m 0644 build/jar/ImmposibleRush.jar $(prefix)/games
 	mkdir -pm 0755 $(prefix)/share/immposiblerush
+	mkdir -pm 0755 $(prefix)/share/applications
 
 	install -m 0644 res/immposiblerush.png $(prefix)/share/immposiblerush
-	install -m 0755 ImmposibleRush.desktop /usr/share/applications
+	install -m 0644 ImmposibleRush.desktop $(prefix)/share/applications
     
 .PHONY: install