Skip to content

Commit

Permalink
Use install instead of cp
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlotteCross1998 committed Aug 10, 2022
1 parent 5fc2df3 commit fb6ac1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ prideflag: main.cpp
$(CXX) main.cpp -o prideflag -std=c++11 -lstdc++ -Wpedantic -Wall -Wextra -Werror -O3

install: prideflag
sudo cp prideflag /usr/local/bin/prideflag
sudo install -D -m 777 prideflag /usr/local/bin/

uninstall:
sudo rm -f /usr/local/bin/prideflag
Expand Down
1 change: 0 additions & 1 deletion prideflags
Submodule prideflags deleted from fbc01f

0 comments on commit fb6ac1f

Please sign in to comment.