git.droids-corp.org
/
aversive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove ~files
[aversive.git]
/
modules
/
devices
/
robot
/
obstacle_avoidance
/
Makefile
1
TARGET = obstacle_avoidance
2
3
# List C source files here. (C dependencies are automatically generated.)
4
SRC = obstacle_avoidance.c
5
6
##########################################
7
8
include $(AVERSIVE_DIR)/mk/aversive_module.mk