Explorar el Código

Fixed typo in Makefile

master
Bert Münnich hace 12 años
padre
commit
b8fa2e86fe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -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


Cargando…
Cancelar
Guardar