Skip to content

Commit 5f1ef5b

Browse files
committed
Add some commands I sometimes use during development as a target
1 parent 9c54838 commit 5f1ef5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@ debug-build:
1212
clj -m figwheel.main -O simple -bo build
1313
chmod +x bin/cache-clean.js
1414

15+
install-dev-dir:
16+
rsync -a ./ $(HOME)/.composer/vendor/mage2tv/magento-cache-clean/
17+
18+
install-debug: debug-build install-dev-dir
19+
1520
repl:
1621
clj -Abuild-dev

0 commit comments

Comments
 (0)