Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jul 17, 2023
1 parent cc28a44 commit acc6c7a
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 @@ -5,7 +5,7 @@ ARGS = -lm -I./include -I./include/deps
all:
make single-headers.o

gcc $(SOURCES) $(ARGS) -lX11 -lGLX -o screenshot-tool -w
gcc $(SOURCES) $(ARGS) -lX11 -lGLX -lGL -o screenshot-tool -w
./screenshot-tool

single-headers.o:
Expand Down

0 comments on commit acc6c7a

Please sign in to comment.