Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rezahsnz authored Jan 4, 2020
1 parent d5fc1fe commit 1ce023e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down

0 comments on commit 1ce023e

Please sign in to comment.