From 1ce023ea979b59da092fa426a4c94cf7a4d80313 Mon Sep 17 00:00:00 2001 From: Reza Date: Sat, 4 Jan 2020 15:10:07 +0330 Subject: [PATCH] Update makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 1cf7884..3e2bd74 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ CFLAGS = -Wall `pkg-config --cflags --libs gtk+-3.0 poppler-glib` LDFLAGS = `pkg-config --libs gtk+-3.0 poppler-glib` -lm readaratus : $(SOURCES) - cc $(CFLAGS) -o build/readaratus $(SOURCES) $(LDFLAGS) + cc $(CFLAGS) -o readaratus $(SOURCES) $(LDFLAGS) .PHONY : clean clean :