diff options
author | glenda@cirno <glenda@cirno> | 2015-05-15 12:15:50 -0700 |
---|---|---|
committer | glenda@cirno <glenda@cirno> | 2015-05-15 12:15:50 -0700 |
commit | 609ec770191522854da18e8f6095a86ce61882ab (patch) | |
tree | 08c9f86f87f63950cac4f2145356f18ceb675138 /doc/mkfile | |
parent | c104f230dc27e371b3cdc1893127ad74891bb0ec (diff) | |
download | mc-609ec770191522854da18e8f6095a86ce61882ab.tar.gz |
Add working 'uninstall' targets.
Diffstat (limited to 'doc/mkfile')
-rw-r--r-- | doc/mkfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ all:V: $MANS install:V: $MANS +uninstall:V: $MANS + nuke:V: $MANS clean:V: $MANS |