Skip to content

Commit

Permalink
Now remove albumfs.1.gz on install
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Geitz committed Dec 3, 2015
1 parent 7476f29 commit e00cb90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install:
cp $(NAME) /usr/bin
gzip $(MAN)
cp $(MAN).gz /usr/share/man/man1
rm -f $(MAN).gz

$(NAME): $(OBJECTS)
$(CC) $(OBJECTS) $(PROGRAM) $(CFLAGS) $(PKG) $(LIBS) -o $(NAME)
Expand Down

0 comments on commit e00cb90

Please sign in to comment.