We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e8aeb commit 68ec81dCopy full SHA for 68ec81d
Makefile
@@ -0,0 +1,8 @@
1
+PLUGINS = $(wildcard *.py)
2
+
3
+all:
4
+ @echo "Usage: make install"
5
6
+install:
7
+ mkdir -p "$$HOME/.osc-plugins"
8
+ cp $(PLUGINS) "$$HOME/.osc-plugins"
0 commit comments