diff options
| author | 2025-11-28 15:26:57 -0800 | |
|---|---|---|
| committer | 2025-11-28 15:26:57 -0800 | |
| commit | 14a882d7bd08c8884d8963d7a6d41e1d3fc82301 (patch) | |
| tree | 283010ec6ee6aa65bab99f93ce95162af73e8034 | |
| parent | 5f00db5b406102a653ca27c22b1aea0990d8ef17 (diff) | |
| download | new-dotfiles-14a882d7bd08c8884d8963d7a6d41e1d3fc82301.tar.gz new-dotfiles-14a882d7bd08c8884d8963d7a6d41e1d3fc82301.zip | |
Add compilation instructions for Surfingkeys
| -rw-r--r-- | GNUmakefile | 6 |
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: |
