diff options
author | nirav <nirav@teisuu.com> | 2018-10-21 18:24:26 +0530 |
---|---|---|
committer | Dandelion <nirav@teisuu.com> | 2018-10-21 18:24:26 +0530 |
commit | 62cdffbb4d3e93d6785f3054f7fa81b7cc8b6de7 (patch) | |
tree | 821e20b2f978890f7b9e6d6a99209a85669a842e /Makefile | |
parent | f8f3159f9b98b024043bd8de2c5e15dd2adf03ca (diff) | |
download | im-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |