Commit 58d2355a authored by Caleb C. Sander's avatar Caleb C. Sander
Browse files

Fix #8

parent 7e7aa668
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -37,7 +37,7 @@ test_threadpool: $(TESTS_THREADPOOL:=-result)
@echo "\e[32mALL THREADPOOL TESTS PASS!\e[39m"
passwords.txt: bin/password_cracker hashes.txt
nohup $< < hashes.txt | tee $@
nohup stdbuf -oL $< < hashes.txt > $@ 2>&1
bin/%.o: src/%.c
$(CC) $(CFLAGS) -c $^ -o $@
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment