]> rtime.felk.cvut.cz Git - hercules2020/hercules-compiler.git/commitdiff
Clean native build directory
authorMichal Sojka <michal.sojka@cvut.cz>
Fri, 11 May 2018 12:35:04 +0000 (14:35 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Fri, 11 May 2018 12:35:04 +0000 (14:35 +0200)
Makefile

index 819ed3923a4b880d5715dc06acd3b4f1d1faf2b8..035f964c25162eb1c943f04de8ead630df57b8f1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ install: all
        $(MAKE) -C HerculesCompiler/libpremnotify install DESTDIR=$(DESTDIR) PREFIX=$(PREFIX)
 
 clean:
-       rm -rf build build_passes install
+       rm -rf build build_passes build_native install
 
 create-orig-tgz: prefix=$(notdir $(CURDIR))
 create-orig-tgz: upstream_version=$(shell dpkg-parsechangelog --show-field Version|sed -e s/-.*//)