diff options
| author | Andi Shyti <andi@etezian.org> | 2012-09-02 14:29:17 +0200 |
|---|---|---|
| committer | Andi Shyti <andi@etezian.org> | 2012-09-02 14:29:17 +0200 |
| commit | 65ff1cbf679b9a8d0aa7a459fe7818f436932aa2 (patch) | |
| tree | c88a16a399a00b86fdf20f66355b97a5e3b1793f | |
| parent | c2300cecf97689ba36c2772a3efa518403944cf7 (diff) | |
Makefile: added uninstall option
Signed-off-by: Andi Shyti <andi@etezian.org>
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,5 +19,8 @@ debug: install: install bin/accman /usr/bin/ +uninstall: + rm -f /usr/bin/${TARGET} + clean: rm -rf bin |
