mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
Slight syntax tweak
This commit is contained in:
parent
9acdedcaeb
commit
c7fa11e7e9
2
Makefile
2
Makefile
@ -124,7 +124,7 @@ kpdfview: kpdfview.o einkfb.o pdf.o blitbuffer.o drawcontext.o input.o $(POPENNS
|
||||
$(CRENGINELIBS) \
|
||||
$(STATICLIBSTDCPP) \
|
||||
$(LDFLAGS) \
|
||||
-o kpdfview -lm -ldl -lpthread $(EMU_LDFLAGS) $(DYNAMICLIBSTDCPP)
|
||||
-o $@ -lm -ldl -lpthread $(EMU_LDFLAGS) $(DYNAMICLIBSTDCPP)
|
||||
|
||||
slider_watcher.o: %.o: %.c
|
||||
$(CC) -c $(CFLAGS) $< -o $@
|
||||
|
Loading…
Reference in New Issue
Block a user