diff options
-rw-r--r-- | runtime/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/Makefile b/runtime/Makefile index 5910b3a..2adc089 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -32,7 +32,3 @@ include $(LEVEL)/Makefile.common # Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs # install:: - -clean:: - $(VERB) rm -f $(DESTLIBBYTECODE)/* - |