projects
/
smartthings-infrastructure.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixing a bug: missing capability.button in Extractor.groovy.
[smartthings-infrastructure.git]
/
makefile
1
PYTHON = python
2
GROOVY = groovyc
3
GFLAGS = -d
4
RMFLAGS = -r
5
CPATH = -cp
6
7
default: Runner main
8
9
Runner: Runner.py
10
$(PYTHON) Runner.py
11
main: main.groovy
12
$(GROOVY) $(CPATH) lib/jpf.jar $(GFLAGS) bin/main main.groovy
13
14
15
clean:
16
$(RM) $(RMFLAGS) bin/main