summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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