hws/build.sc
changeset 936 aabd9168c7ac
parent 927 6bfda4b90702
child 976 4be299d9b41b
--- a/hws/build.sc	Mon Oct 02 23:10:56 2023 +0100
+++ b/hws/build.sc	Tue Oct 03 14:29:12 2023 +0100
@@ -33,6 +33,12 @@
 }
 
 @main
+def all() = {
+  make_sols()
+  make()
+}
+
+@main
 def hg() = {
   println(os.proc("hg", "commit", "-m texupdate", files ++ pdf_files).call())
   println(os.proc("hg", "push").call())