feat(calc): Convert to Rust w/ Qalc
This commit is contained in:
parent
dae8108cb1
commit
bc1fc717b1
11 changed files with 154 additions and 157 deletions
3
Makefile
3
Makefile
|
|
@ -75,8 +75,7 @@ install:
|
|||
ln -sf $(BIN) $(PLUGIN_DIR)/web/web
|
||||
|
||||
# Calculator plugin
|
||||
install -Dm0755 plugins/src/calc/calc.js $(PLUGIN_DIR)/calc
|
||||
install -Dm0644 plugins/src/calc/math.js $(PLUGIN_DIR)/calc
|
||||
ln -sf $(BIN) $(PLUGIN_DIR)/calc/calc
|
||||
|
||||
# Files plugin
|
||||
install -Dm0755 plugins/src/files/files.js $(PLUGIN_DIR)/files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue