Fixed typo in Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -8,7 +8,7 @@ LIBS = -lX11 -lImlib2 -lgif
|
|||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
MANPREFIX = $(PREFIX)/share/man
|
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)
|
OBJ = $(SRC:.c=.o)
|
||||||
|
|
||||||
all: options sxiv
|
all: options sxiv
|
||||||
|
Reference in New Issue
Block a user