1DEBUG=0
2CC=/usr/bin/llvm-gcc-4.2
3
4zn: zero-to-n.c
5	$(CC) -Wall -arch i386 -arch x86_64 zero-to-n.c -o zn -DDEBUG=$(DEBUG) -ggdb
6