summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-11-13 15:33:41 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-11-13 15:33:41 +0100
commit36316c2e4a9dbeab28b97fa18fefc37eed4a6782 (patch)
tree791d220b4701e29bd28cf5d17d9a4e086cc50320 /Makefile
parent6f416f1957a18e6b00963db6f8d416e1c41bb044 (diff)
Support C targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d80ff74..bd20f73 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ COMMON_FLAGS = -g -Os -Wall -Wextra -fno-rtti -fno-threadsafe-statics
CFLAGS = -std=c99
CXXFLAGS = -std=c++14
+C_TARGETS =
CXX_TARGETS = src/app/${app}/main.cc src/os/object/cpp_helpers.cc src/os/object/outputstream.cc
QUIET = @