summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-08-19 15:02:10 +0200
committerBert <ber.t@gmx.com>2011-08-19 15:02:10 +0200
commit1d749382f00bb0bfdb900b6ddb0bb8b3743b99d0 (patch)
treeae38c4e106c771229719c6b4aa87eb2fffbbbc35 /Makefile
parent1d7849efc1fe85d20b8aa4916e75cb3eb658dba9 (diff)
downloadnsxiv-1d749382f00bb0bfdb900b6ddb0bb8b3743b99d0.tar.zst
Put event handling back into main.c; events -> commands
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 991d1b4..852a966 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ CFLAGS = -Wall -pedantic -O2 -DVERSION=\"$(VERSION)\"
LDFLAGS =
LIBS = -lX11 -lImlib2
-SRC = events.o image.c main.c options.c thumbs.c util.c window.c
+SRC = commands.c image.c main.c options.c thumbs.c util.c window.c
OBJ = $(SRC:.c=.o)
sxiv: $(OBJ)