From: Niki Roo Date: Mon, 27 Feb 2017 07:08:34 +0000 (+0100) Subject: Fix makefile X-Git-Tag: nikiroo-utils-1.3.4~4 X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=commitdiff_plain;h=56566c7bf571dd5c70b2855f82f676bc6f714368 Fix makefile --- 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/...