Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
clpi committed Dec 3, 2024
1 parent 390822d commit 0576cf2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 47 deletions.
46 changes: 0 additions & 46 deletions Justfile

This file was deleted.

14 changes: 13 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# minit="./test/config/minit.lua"
#
# nvimf="--headless -u ./test/config/minit.lua --noplugin -c ''"

wf:
./scripts/bin/wordf
w:
./scripts/bin/word
wls:
./scripts/bin/wordls


clean:
fd --no-ignore --glob '*-E' -x 'rm' ./
fd --no-ignore --glob "*-E" -x "rm" ./


# books:
# cd book && mdbook serve

# default: clean

0 comments on commit 0576cf2

Please sign in to comment.