summaryrefslogtreecommitdiff
path: root/core/make.config
diff options
context:
space:
mode:
Diffstat (limited to 'core/make.config')
-rw-r--r--core/make.config6
1 files changed, 6 insertions, 0 deletions
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 \