From 8472e02a212af0be07b19127db313e8e7523711a Mon Sep 17 00:00:00 2001 From: nirav Date: Sun, 2 Sep 2018 17:16:52 +0530 Subject: Refactoring --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index f5610fe..f5cb9cb 100644 --- a/makefile +++ b/makefile @@ -6,7 +6,7 @@ LDFLAGS=$(shell pkg-config --libs gtk+-3.0) PREFIX=/usr BINDIR=$(PREFIX)/bin -OBJECTS=main.o dir.o +OBJECTS=main.o file.o image.o all: qwe -- cgit v1.2.3