Skip to content

Commit 2c00252

Browse files
authored
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

Lines changed: 1 addition & 1 deletion
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)