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 /mkfile | |
parent | c104f230dc27e371b3cdc1893127ad74891bb0ec (diff) | |
download | mc-609ec770191522854da18e8f6095a86ce61882ab.tar.gz |
Add working 'uninstall' targets.
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ install:V: $SUB config.h uninstall:V: $SUB config.h for(dir in $SUB)@{ cd $dir - mk $MKFLAGS + mk $MKFLAGS uninstall } ape/psh mbldwrap.sh uninstall |