index
:
commissioning.git
master
Commissioning repository
Multi-Tech Systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: 3df9813e175a1847ef633ed0a5442d44518e1987 (
plain
)
1
2
3
4
5
6
7
8
all: (cd src; make) install: (cd src; make install) clean: (cd src; make clean)