1 changed files with 1 additions and 1 deletions
@ -1,3 +1,3 @@ |
|||
schreammake: tokenize.c |
|||
gcc -DNDEBUG -c -fPIC -O$1 -Wall -Wextra -pedantic -Wpointer-arith -Werror --std=c99 ./tokenize.c; |
|||
gcc -DNDEBUG -c -fPIC -O3 -Wall -Wextra -pedantic -Wpointer-arith -Werror --std=c99 ./tokenize.c; |
|||
gcc -lmaa -shared -o tokenize.so tokenize.o; |
|||
|
Reference in new issue