amuse.git

commit 7eded8a6f5481ad3ea7699a25bf0184e61ae4214

Author: Adam <git@apiote.tk>

update mkfile with new packages

 mkfile | 2 +-


diff --git a/mkfile b/mkfile
index 863b5a579030863688599e7271cf408bc3459c5e..e4a9d8db74dfa544e2c6e6f178acf076c5ea6931 100644
--- a/mkfile
+++ b/mkfile
@@ -3,7 +3,7 @@
 all:V: $ALL
 reallyall:V: $ALL pymodule
 
-amuse: router.go go.mod go.sum `echo front/*.go i18n/*.go libamuse/*.go protocol/*.go tmdb/*.go utils/*.go wikidata/*.go`
+amuse: main.go router.go go.mod go.sum `echo front/*.go i18n/*.go libamuse/*.go protocol/*.go tmdb/*.go utils/*.go wikidata/*.go db/*.go datastructure/*.go network/*.go accounts/*.go`
 	go build -ldflags "-s -w -linkmode external -extldflags -static"
 static/img/%.webp: static/img/%.svg
 	rendersvg static/img/$stem.svg static/img/$stem.png