From 62cdffbb4d3e93d6785f3054f7fa81b7cc8b6de7 Mon Sep 17 00:00:00 2001 From: nirav Date: Sun, 21 Oct 2018 18:24:26 +0530 Subject: Added command line option parsing, info bar is now visible by default --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3