CFLAGS = -g -m32 -static

%: %.c
	gcc -o $@ $(CFLAGS) test_harness.c $<
