From: Niki Roo Date: Mon, 27 Feb 2017 07:08:34 +0000 (+0100) Subject: Fix makefile X-Git-Tag: fanfix-swing-0.0.1~21^2~291 X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=56566c7bf571dd5c70b2855f82f676bc6f714368;p=fanfix-swing.git Fix makefile --- diff --git a/Makefile.base b/Makefile.base index 99016440..54dbf1aa 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/...