Skip to content

Commit 68ec81d

Browse files
committed
Added lame Makefile for install target
1 parent e1e8aeb commit 68ec81d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)