summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-06-10 18:14:46 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-06-10 18:14:46 +0200
commitdad98df26e43dc08876270fa7cb575ed9bb36679 (patch)
tree7706fb049f2cfbdad0d96011eba0c441094130b1
parent51372dc5ecceaa207bc147de0254f916b5fe286a (diff)
downloadcode-dad98df26e43dc08876270fa7cb575ed9bb36679.tar.gz
Add comm.cpp to Makefile (rename from .c)
-rw-r--r--Venus_Skeleton/Makefile2
-rw-r--r--Venus_Skeleton/comm.cpp (renamed from Venus_Skeleton/comm.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Venus_Skeleton/Makefile b/Venus_Skeleton/Makefile
index d85d9a8..c2c5198 100644
--- a/Venus_Skeleton/Makefile
+++ b/Venus_Skeleton/Makefile
@@ -4,7 +4,7 @@ WFLAGS = -Wall -Wextra -Wno-attributes
WFLAGS += -fdiagnostics-color=auto
EXTRA_CFLAGS = $(shell cat .syntastic_c_config) -O2 $(CFLAGS)
-MY_SOURCES = Venus_Skeleton.ino
+MY_SOURCES = Venus_Skeleton.ino comm.cpp
MY_OBJECTS = $(patsubst %.cpp,%.o,$(patsubst %.ino,%.o,$(MY_SOURCES)))
LIBS_SOURCES = $(wildcard libs/*/*.cpp)
LIBS_OBJECTS = $(patsubst %.cpp,%.o,$(LIBS_SOURCES))
diff --git a/Venus_Skeleton/comm.c b/Venus_Skeleton/comm.cpp
index f5392e0..f5392e0 100644
--- a/Venus_Skeleton/comm.c
+++ b/Venus_Skeleton/comm.cpp