aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2018-10-21 18:24:26 +0530
committerDandelion <nirav@teisuu.com>2018-10-21 18:24:26 +0530
commit62cdffbb4d3e93d6785f3054f7fa81b7cc8b6de7 (patch)
tree821e20b2f978890f7b9e6d6a99209a85669a842e /Makefile
parentf8f3159f9b98b024043bd8de2c5e15dd2adf03ca (diff)
downloadim-62cdffbb4d3e93d6785f3054f7fa81b7cc8b6de7.tar.gz
im-62cdffbb4d3e93d6785f3054f7fa81b7cc8b6de7.zip
Added command line option parsing, info bar is now visible by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 09b3341..7970756 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ OBJECTS= $(OUTDIR)/main.o \
$(OUTDIR)/image.o \
$(OUTDIR)/input.o \
$(OUTDIR)/window.o \
+ $(OUTDIR)/option.o \
$(OUTDIR)/resources.o
all: qwe