Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
abs3ntdev committed Jan 4, 2023
1 parent d290102 commit a02d40c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ tidy:
clean:
rm -rf bin

install: build inst

uninstall:
rm -f /usr/local/bin/${BINARY_NAME}

inst:
install:
cp bin/${BINARY_NAME} /usr/local/bin


0 comments on commit a02d40c

Please sign in to comment.