aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ba11628..7247dd1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -165,6 +165,12 @@ check:
new-dotfiles:
+## Surfingkeys
+
+surfingkeys/dist/home.js: surfingkeys/home.ts
+surfingkeys/dist/punt.js: surfingkeys/punt.ts surfingkeys/home.ts
+ cd surfingkeys && guix shell nodejs -- npx webpack -c webpack.config.js
+
# Local Variables:
# outline-regexp: "##+"
# End: