Skip to content
Snippets Groups Projects
Commit 22f23352 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

add app support

parent 2253c912
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ COMMON_FLAGS = -g -Os -Wall -Wextra -unused -fno-rtti
CFLAGS = -std=c99
CXXFLAGS = -std=c++14
TARGETS = src/os/main.cc src/os/object/cpp_helpers.cc src/os/object/outputstream.cc
TARGETS = src/app/${app}/main.cc src/os/object/cpp_helpers.cc src/os/object/outputstream.cc
ifeq (${loop}, 1)
COMMON_FLAGS += -DWITH_LOOP
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment