diff options
author | nirav <nirav@teisuu.com> | 2018-09-02 17:16:52 +0530 |
---|---|---|
committer | Dandelion <nirav@teisuu.com> | 2018-09-02 17:19:23 +0530 |
commit | 8472e02a212af0be07b19127db313e8e7523711a (patch) | |
tree | 53e7baa4b7649f81442046d65152d74e805fea75 /makefile | |
parent | 4283d4074c45d27704b00d9ea80eae7847d66375 (diff) | |
download | im-8472e02a212af0be07b19127db313e8e7523711a.tar.gz im-8472e02a212af0be07b19127db313e8e7523711a.zip |
Refactoring
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |