Browse Source

start a makefile

master
nisstyre56 10 years ago
parent
commit
0ff6fee116
  1. 3
      Makefile

3
Makefile

@ -0,0 +1,3 @@
schreammake: tokenize.c
gcc -DNDEBUG -c -fPIC -O$1 -Wall -Wextra -pedantic -Wpointer-arith -Werror --std=c99 ./tokenize.c;
gcc -lmaa -shared -o tokenize.so tokenize.o;