aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2018-09-02 13:07:04 +0530
committerDandelion <nirav@teisuu.com>2018-09-02 13:07:04 +0530
commit4283d4074c45d27704b00d9ea80eae7847d66375 (patch)
tree2b3cdc93496a22feba9af1a50444c7d7ab6cdce4 /makefile
parent86031af54187b1815dbf18e0da463dffcb193733 (diff)
downloadim-4283d4074c45d27704b00d9ea80eae7847d66375.tar.gz
im-4283d4074c45d27704b00d9ea80eae7847d66375.zip
Added support for loading next, prev image
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/makefile b/makefile
index f50f036..f5610fe 100644
--- a/makefile
+++ b/makefile
@@ -3,12 +3,10 @@ INSTALL=install
CFLAGS=-o2 -pipe -Wall -std=c11 $(shell pkg-config --cflags gtk+-3.0)
LDFLAGS=$(shell pkg-config --libs gtk+-3.0)
-# GLIB_COMPILE_RESOURCES=$(shell pkg-config --variable=glib_compile_resources gio-2.0)
PREFIX=/usr
BINDIR=$(PREFIX)/bin
-OBJECTS=main.o
-# RESOURCES=resources.c
+OBJECTS=main.o dir.o
all: qwe
@@ -18,9 +16,6 @@ qwe: $(OBJECTS)
.c.o:
$(CC) -c $(CFLAGS) -o $@ $<
-# resources.c: qwe.gresource.xml window.ui
-# $(GLIB_COMPILE_RESOURCES) qwe.gresource.xml --target=$(RESOURCES) --sourcedir=. --generate-source
-
clean:
$(RM) $(OBJECTS) $(RESOURCES) qwe