From 30c3497654f3312377d2a501ae79a98f589837b3 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Wed, 3 Oct 2012 01:46:56 +0200 Subject: [PATCH] Slight syntax tweak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40f2db7bd..a653bcf5b 100644 --- a/Makefile +++ b/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 $@