projects
/
smartthings-infrastructure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbcbbcd
)
Modifying variable names in the Makefile to avoid confusion.
author
rtrimana
<rtrimana@uci.edu>
Fri, 28 Jun 2019 23:50:58 +0000
(16:50 -0700)
committer
rtrimana
<rtrimana@uci.edu>
Fri, 28 Jun 2019 23:50:58 +0000
(16:50 -0700)
makefile
patch
|
blob
|
history
diff --git
a/makefile
b/makefile
index 5576b0abc82b3bee13e5d13a0ee8da9b1967149d..fa243bc7cf9e1e3c2aa40d8a3dac4b2954ac6c50 100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-1,14
+1,14
@@
-P
CC
= python
-G
CC
= groovyc
+P
YTHON
= python
+G
ROOVY
= groovyc
GFLAGS = -d
RMFLAGS = -r
default: Runner main
Runner: Runner.py
- $(P
CC
) Runner.py
+ $(P
YTHON
) Runner.py
main: main.groovy
- $(G
CC
) $(GFLAGS) bin/main main.groovy
+ $(G
ROOVY
) $(GFLAGS) bin/main main.groovy
clean: