Go: moving source files to the root of the project.

This patch includes packaging changes related to files move.
This commit is contained in:
Max Romanov
2019-12-24 17:59:52 +03:00
parent a427ecd4c5
commit f5a2984acf
14 changed files with 6 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ config.env.%:
cp -Pa $(CURDIR)/LICENSE $(BUILDDIR_$*)/
cp -Pa $(CURDIR)/NOTICE $(BUILDDIR_$*)/
cp -Pa $(CURDIR)/README $(BUILDDIR_$*)/
cp -Pa $(CURDIR)/go $(BUILDDIR_$*)/
touch $@
configure.unit: config.env.unit