From 06818a49b337ef5d3277ebf6ed0b3f13a88239d3 Mon Sep 17 00:00:00 2001 From: Nathan Vance Date: Mon, 27 Jul 2015 19:15:59 -0400 Subject: Updated to work with gcc 5.X --- Debug/sources.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Debug/sources.mk (limited to 'Debug/sources.mk') diff --git a/Debug/sources.mk b/Debug/sources.mk new file mode 100644 index 0000000..df1db10 --- /dev/null +++ b/Debug/sources.mk @@ -0,0 +1,17 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +O_SRCS := +C_SRCS := +S_UPPER_SRCS := +OBJ_SRCS := +ASM_SRCS := +OBJS := +C_DEPS := +EXECUTABLES := + +# Every subdirectory with source files must be described here +SUBDIRS := \ +. \ + -- cgit