Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2c00252

Browse files
authoredOct 28, 2018
Merge pull request #61 from jonathonf/patch-1
Fix "clean" to "uninstall"
2 parents 56a8d67 + 451c194 commit 2c00252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MISC = categories scalable-max-32
77

88
install: $(SUBDIRS) $(EXTRAWORK) $(MISC)
99

10-
clean:
10+
uninstall:
1111
rm -fr $(DESTDIR)
1212

1313
destdir:

0 commit comments

Comments
 (0)
Please sign in to comment.