Fixed dependency on Makefile & config.h
This commit is contained in:
parent
272ebff865
commit
0a171a9c8b
4
Makefile
4
Makefile
@ -15,7 +15,9 @@ OBJ = $(SRC:.c=.o)
|
|||||||
sxiv: $(OBJ)
|
sxiv: $(OBJ)
|
||||||
$(CC) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
|
$(CC) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
|
||||||
|
|
||||||
.c.o: Makefile config.h
|
$(OBJ): Makefile config.h
|
||||||
|
|
||||||
|
.c.o:
|
||||||
$(CC) $(CFLAGS) -c -o $@ $<
|
$(CC) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user