diff options
author | Bert Münnich <ber.t@gmx.com> | 2012-02-14 22:12:57 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@gmx.com> | 2012-02-14 22:12:57 +0100 |
commit | b8fa2e86fe6aa1e1906cc051a8ea915b6f1b4d43 (patch) | |
tree | ef71ed571e5e8cd94c1beb0c23a88e499f59716f /Makefile | |
parent | b410c022a881b98c69639dcca039863dea95de83 (diff) |
Fixed typo in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ LIBS = -lX11 -lImlib2 -lgif PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man -SRC = commands.c exif.c 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) all: options sxiv |