Skip to content
Snippets Groups Projects
Commit 1273d44a authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

Build (guix) last.

* Makefile.am (MODULES): Move `guix.scm' last.
parent af51c820
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@
# along with Guix. If not, see <http://www.gnu.org/licenses/>.
MODULES = \
guix.scm \
guix/derivations.scm \
guix/gnu-build-system.scm \
guix/http.scm \
......@@ -25,7 +24,8 @@ MODULES = \
guix/utils.scm \
guix/build/gnu-build-system.scm \
guix/build/http.scm \
guix/build/utils.scm
guix/build/utils.scm \
guix.scm
GOBJECTS = $(MODULES:%.scm=%.go)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment