diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-13 15:33:41 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-13 15:33:41 +0100 |
commit | 36316c2e4a9dbeab28b97fa18fefc37eed4a6782 (patch) | |
tree | 791d220b4701e29bd28cf5d17d9a4e086cc50320 /Makefile | |
parent | 6f416f1957a18e6b00963db6f8d416e1c41bb044 (diff) |
Support C targets
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 = @ |