wta.c -> wte.c: rename & add error macro.
This commit is contained in:
parent
c03c9eb9cf
commit
67a044a3c9
2 changed files with 22 additions and 6 deletions
10
makefile
10
makefile
|
@ -1,11 +1,11 @@
|
|||
.PHONY: debug release run
|
||||
|
||||
release: src/wta.c
|
||||
gcc -o build/wta -O2 -Wall -Wextra -pedantic -Werror src/wta.c
|
||||
release: src/wte.c
|
||||
gcc -o build/wte -O2 -Wall -Wextra -pedantic -Werror src/wte.c
|
||||
|
||||
run: release
|
||||
./build/wta
|
||||
./build/wte
|
||||
|
||||
debug: src/wta.c
|
||||
gcc -o build/wta -ggdb3 -DDEBUG -Wall -Wextra -pedantic -Werror src/wta.c
|
||||
debug: src/wte.c
|
||||
gcc -o build/wte -ggdb3 -DDEBUG -Wall -Wextra -pedantic -Werror src/wte.c
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue