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

Commit

Permalink
Makefile file was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PopovEvgeniy committed Nov 23, 2018
1 parent 8de424b commit 913f6d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
13 changes: 5 additions & 8 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
install:
@echo Compiling the program source code. Please wait
@echo Installation in progress. Please wait
@gcc grpdecompiler.c -g0 -O0 -o grpdecompiler
@echo Compilation successfuly complete
@chmod ugo+rx grpdecompiler
@echo Enter you user password for do last installation step
@sudo cp -f -p grpdecompiler /bin/
@echo Installation complete
@cp -f -p grpdecompiler /bin/
@echo Installation was successfuly complete
uninstall:
@echo Enter you user password for uninstall this software
@sudo rm -f /bin/grpdecompiler
@echo Uninstallation complete
@rm -f /bin/grpdecompiler
@echo Uninstallation was successfuly complete
9 changes: 5 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GRP DECOMPILER

Version 2.0.4
Version 2.0.4.1

File extraction tools for GRP pseudo-archives by Popov Evgeniy Alekseyevich

Expand Down Expand Up @@ -44,8 +44,8 @@ Follow this steps:
1.Extract content of source code archive.
2.Open terminal and go to source code directory.
3.
Run for installation: make install
Run for uninstall: make uninstall
Run as root for installation: make install
Run as root for uninstall: make uninstall

Contact

Expand All @@ -64,4 +64,5 @@ Version history
1.9.0.1 � Documentation was updated
1.9.1 - 1.9.6 - Small changes.
1.9.8 - 2.0.1 - Small bug with output file names was fixed.
2.0.2 - 2.0.4 - Small changes.
2.0.2 - 2.0.4 - Small changes.
2.0.4.1 - Makefile was updated.

0 comments on commit 913f6d5

Please sign in to comment.