Skip to content

Commit

Permalink
fixed threadtest target
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Sep 16, 2014
1 parent 6cfa276 commit d256f52
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 @@ -54,7 +54,7 @@ uninstall:
rm -rf $(MAN)/screenfetch-c.1

threadtest:
$(CC) $(CFLAGS) ./src/threadtest.c ./src/thread.c -o ./threadtest
$(CC) $(CFLAGS) ./src/tests/threadtest.c ./src/thread.c -o ./threadtest

clean:
rm screenfetch-c
Expand Down

0 comments on commit d256f52

Please sign in to comment.