diff options
Diffstat (limited to '')
-rw-r--r-- | core/logging.c (renamed from src/logging.c) | 0 | ||||
-rw-r--r-- | core/make.config | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/logging.c b/core/logging.c index e755710..e755710 100644 --- a/src/logging.c +++ b/core/logging.c diff --git a/core/make.config b/core/make.config new file mode 100644 index 0000000..94dce85 --- /dev/null +++ b/core/make.config @@ -0,0 +1,6 @@ +CORE_LDFLAGS= +CORE_LIBS=-lglfw + +CORE_OBJS=$(COREDIR)/graphics.o \ + $(COREDIR)/init.o \ + $(COREDIR)/logging.o \ |