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 :