commit | 4b1de5cc71481af2cc0b58d8a65674273f8f3c20 | [log] [tgz] |
---|---|---|
author | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Wed Oct 23 15:27:57 2013 -0700 |
committer | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Wed Oct 23 15:37:22 2013 -0700 |
tree | 252c91587ce82021afc41b961c85e563d1f4338d | |
parent | 70aa5490d8c597e62bd4f2ef24375dde695f4a53 [diff] |
Makefile: remove all timestamps on clean
diff --git a/Makefile b/Makefile index dbaf08b..fe5f19e 100644 --- a/Makefile +++ b/Makefile
@@ -92,7 +92,7 @@ clean: rm -rf loxi_output # only delete generated files in the default directory - rm -f loxigen.log loxigen-test.log .loxi_ts.c .loxi_ts.python .loxi_ts.java + rm -f loxigen.log loxigen-test.log .loxi_ts.* debug: @echo "LOXI_OUTPUT_DIR=\"${LOXI_OUTPUT_DIR}\""