Skip to content

Commit

Permalink
Replace usages of install-script
Browse files Browse the repository at this point in the history
  • Loading branch information
subins2000 committed Nov 9, 2023
1 parent 82fb49f commit 510e0b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ install: install.sh
./install.sh install

.PHONY: uninstall
uninstall: install-script
uninstall: install.sh
./install.sh uninstall


Expand Down Expand Up @@ -85,7 +85,7 @@ nix:
PKG_CONFIG_PATH=$(realpath .):$$PKG_CONFIG_PATH $(MAKE) cli

$(MAKE) pc
$(MAKE) install-script
$(MAKE) install.sh

.PHONY:
build:
Expand Down

0 comments on commit 510e0b0

Please sign in to comment.