mirror of
https://github.com/makeworld-the-better-one/amfora.git
synced 2024-11-22 07:23:05 +03:00
🔨 Remove -D flag for macOS support
This commit is contained in:
parent
e9204022c6
commit
69faa5e31f
4
Makefile
4
Makefile
@ -21,8 +21,8 @@ clean:
|
||||
|
||||
.PHONY: install
|
||||
install: amfora amfora.desktop
|
||||
install -Dm 755 amfora $(PREFIX)/bin/amfora
|
||||
install -Dm 644 amfora.desktop $(PREFIX)/share/applications/amfora.desktop
|
||||
install -m 755 amfora $(PREFIX)/bin/amfora
|
||||
install -m 644 amfora.desktop $(PREFIX)/share/applications/amfora.desktop
|
||||
|
||||
.PHONY: uninstall
|
||||
uninstall:
|
||||
|
Loading…
Reference in New Issue
Block a user