OBJS = xzx2plus3.c

xzx2plus3 : xzx2plus3.c
	gcc -O2 -g -Wall -Zexe xzx2plus3.c -o xzx2plus3
