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

Commit

Permalink
Makefile was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PopovEvgeniy committed Nov 24, 2018
1 parent 0d8ec4d commit 04ac341
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 sndextract.c -g0 -O0 -o sndextract
@echo Compilation successfuly complete
@chmod ugo+rx sndextract
@echo Enter you user password for do last installation step
@sudo cp -f -p sndextract /bin/
@echo Installation complete
@cp -f -p sndextract /bin/
@echo Installation was successfuly complete
uninstall:
@echo Enter you user password for uninstall this software
@sudo rm -f /bin/sndextract
@echo Uninstallation complete
@rm -f /bin/sndextract
@echo Uninstallation was successfuly complete
9 changes: 5 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Mugen sound extractor by Popov Evgeniy Alekseyevich

Version 2.3.5
Version 2.3.5.1


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

Contact

Expand All @@ -56,4 +56,5 @@ Version history
2.2.4 - 2.3 - Small changes.
2.3.1 - Source code was improved. Linux support has been added.
2.3.1.0.1 Documentation was updated.
2.3.2 - 2.3.5 - Small changes.
2.3.2 - 2.3.5 - Small changes.
2.3.5.1 - Makefile was updated.

0 comments on commit 04ac341

Please sign in to comment.