summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/logging.c2
-rw-r--r--core/make.config6
2 files changed, 1 insertions, 7 deletions
diff --git a/core/logging.c b/core/logging.c
index e755710..7f127f3 100644
--- a/core/logging.c
+++ b/core/logging.c
@@ -1,4 +1,4 @@
-#include <rune_logging.h>
+#include <rune/logging.h>
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
diff --git a/core/make.config b/core/make.config
deleted file mode 100644
index 94dce85..0000000
--- a/core/make.config
+++ /dev/null
@@ -1,6 +0,0 @@
-CORE_LDFLAGS=
-CORE_LIBS=-lglfw
-
-CORE_OBJS=$(COREDIR)/graphics.o \
- $(COREDIR)/init.o \
- $(COREDIR)/logging.o \