From 93b17833a8446229cfff15bd961d665398b2699e Mon Sep 17 00:00:00 2001 From: Kamila Szewczyk Date: Tue, 13 Oct 2020 20:52:23 +0200 Subject: [PATCH] final changes before 1.5.0 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index cf139979..0124badd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,7 +21,7 @@ install: dist: clean distclean test-clean mkdir "asm2bf-@VERSION@" - cp -rf b2bf bfpp etc examples hla lib-bfm microcode preprocessor redpower test "asm2bf-@VERSION@/" + cp -rf b2bf bfpp etc examples bfadbg hla lib-bfm microcode preprocessor redpower test "asm2bf-@VERSION@/" -cp -f * "asm2bf-@VERSION@/" cd "asm2bf-@VERSION@" && rm -f Makefile .travis.yml .editorconfig .gitattributes && cd .. tar -cf "asm2bf-@VERSION@.tar" "asm2bf-@VERSION@/"