Explorar el Código

Add clean rule

Signed-off-by: Mattias Andrée <maandree@kth.se>
Mattias Andrée hace 9 años
padre
commit
f30c75c224
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      Makefile

+ 4 - 1
Makefile

@@ -30,4 +30,7 @@ uninstall:
 	-rm    -- "$(DESTDIR)$(PREFIX)/bin/exa"
 	-rmdir -- "$(DESTDIR)$(PREFIX)/bin"
 
-.PHONY: install uninstall
+clean:
+	-rm -rf target
+
+.PHONY: install uninstall clean