Skip to content

Commit

Permalink
update Makefile (fix clean), chmod 644 *.in
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 6, 2021
1 parent f578c95 commit d101f7d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ uninstall:
cd $(DESTDIR)$(MANPREFIX)/man1/ && rm $(MAN)

clean:
rm -f $(MAN)
rm -f $(SRC) $(MAN)

.PHONY: all install uninstall clean
Empty file modified pixload-bmp.in
100755 → 100644
Empty file.
Empty file modified pixload-gif.in
100755 → 100644
Empty file.
Empty file modified pixload-jpg.in
100755 → 100644
Empty file.
Empty file modified pixload-png.in
100755 → 100644
Empty file.
Empty file modified pixload-webp.in
100755 → 100644
Empty file.

0 comments on commit d101f7d

Please sign in to comment.