diff options
author | Bert <ber.t@gmx.com> | 2011-08-19 15:02:10 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-08-19 15:02:10 +0200 |
commit | 1d749382f00bb0bfdb900b6ddb0bb8b3743b99d0 (patch) | |
tree | ae38c4e106c771229719c6b4aa87eb2fffbbbc35 /Makefile | |
parent | 1d7849efc1fe85d20b8aa4916e75cb3eb658dba9 (diff) |
Put event handling back into main.c; events -> commands
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |