Skip to content

Commit

Permalink
Fixed critical typo and added make clean and make uninstall.
Browse files Browse the repository at this point in the history
  • Loading branch information
redblade7 committed May 14, 2017
1 parent 84e2a09 commit f0e5370
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
STRFILE = /usr/bin/strfile
INSTALL = /usr/bin/install
RM = /bin/rm
PREFIX = /usr
DESTDIR = $(PREFIX)/share/games/fortunes

Expand All @@ -9,5 +10,14 @@ install: all
$(INSTALL) -o root -g root -m 644 smtoomuch $(DESTDIR)
$(INSTALL) -o root -g root -m 644 smtoomuch.dat $(DESTDIR)

clean:
$(RM) smtoomuch.dat

distclean: clean

uninstall:
$(RM) $(DESTDIR)/smtoomuch
$(RM) $(DESTDIR)/smtoomuch.dat

smtoomuch.dat: smtoomuch
$(STRFILE) smtoomuch
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ THANKS:
* igemnace on Freenode #vim for helping me quickly split up the book into fortunes

CHANGES:
* v5.2 (2017-05-13) - Fixed critical typo and added make clean and make uninstall.
* v5.1 (2017-05-12) - Updated Makefile to use coreutils install.
* v5.0 (2017-05-11) - Initial release, based on version 5 of the book.
1 change: 1 addition & 0 deletions smtoomuch
Original file line number Diff line number Diff line change
Expand Up @@ -18173,3 +18173,4 @@ Sailor Venus-

%
6045. When every song you hear, no matter which genre it is, or which language it's on, or WHO sings it, you feel it has a tie-in with Sailor Moon in it somewhere. (Lightweight)
%

0 comments on commit f0e5370

Please sign in to comment.