We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71a257 commit 0a8a73cCopy full SHA for 0a8a73c
.gitignore
@@ -1,5 +1,5 @@
1
-bit
2
t8.shakespeare.txt
3
test.txt
4
.git
+build
5
Makefile
run:
- cc -Wall -Wextra -ggdb -pedantic -o bit ./main.c && ./bit ./t8.shakespeare.txt
+ cc -Wall -Wextra -ggdb -pedantic -o ./build/bit ./main.c && ./build/bit ./t8.shakespeare.txt
runCpp:
- g++ -Wall -Wextra -ggdb -pedantic -o hashcpp ./hash.cpp && ./hashcpp ./t8.shakespeare.txt
+ g++ -Wall -Wextra -ggdb -pedantic -o ./build/hashcpp ./hash.cpp && ./build/hashcpp ./t8.shakespeare.txt
hashcpp
-372 KB
0 commit comments