Skip to content

Commit

Permalink
updated makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jul 15, 2023
1 parent ab3bc30 commit 2862dd3
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 -o screenshot-tool -w
./screenshot-tool

single-headers.o:
Expand Down

0 comments on commit 2862dd3

Please sign in to comment.