Skip to content

Commit

Permalink
maintainance update: late 2022
Browse files Browse the repository at this point in the history
still working with no issues. hopefully
  • Loading branch information
iossefy committed Oct 11, 2022
1 parent 7441861 commit 9a8aa57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TARGET_E=urlenc
TARGET_D=urldec

compile: dir urlenc urldec
@echo "to install 'make install'"
@echo "to install run: make install"

install:
$(CP) $(BUILD)/$(TARGET_E) $(INSTALL_PATH)/$(TARGET_E)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git clone https://github.com/M1cR0xft/urlenc.git

cd urlenc
make
sudo make install
make install

# try it

Expand Down

0 comments on commit 9a8aa57

Please sign in to comment.