This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed Makefile
master
Bert
14 years ago
parent
2e1d752777
commit
fe281548fc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -13,7 +13,7 @@ SRC = image.c main.c options.c thumbs.c util.c window.c
OBJ = $(SRC:.c=.o)
sxiv: $(OBJ)
$(CC) $(LDFLAGS) -o $@ $
^
$(LIBS)
$(CC) $(LDFLAGS) -o $@ $
(OBJ)
$(LIBS)
.c.o: Makefile config.h
$(CC) $(CFLAGS) -c -o $@ $<
Write
Preview
Loading…
Cancel
Save