From 56566c7bf571dd5c70b2855f82f676bc6f714368 Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Mon, 27 Feb 2017 08:08:34 +0100 Subject: [PATCH] Fix makefile --- Makefile.base | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.base b/Makefile.base index 9901644..54dbf1a 100644 --- a/Makefile.base +++ b/Makefile.base @@ -94,6 +94,7 @@ resources: libs cp "$$ln" "../bin/$$ln" ; \ fi ; \ done + @cp VERSION bin/ test-resources: resources @echo Copying test resources into bin/... -- 2.27.0