mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
Setup PHONY targets properly.
This commit is contained in:
parent
bca39c9a0e
commit
16441f2c3e
5
Makefile
5
Makefile
@ -48,3 +48,8 @@ debian-build-source: debian-clean
|
|||||||
mv ../g13gui_$(VERSION)* build
|
mv ../g13gui_$(VERSION)* build
|
||||||
|
|
||||||
debian-release: debian-build-source
|
debian-release: debian-build-source
|
||||||
|
|
||||||
|
.PHONY: all clean install
|
||||||
|
.PHONY: manjaro manjaro-clean manjaro-install
|
||||||
|
.PHONY: debian debian-build debian-clean debian-build-source debian-release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user