CFLAGS=-m32 -fno-stack-protector -fno-pie -no-pie -g

all: format0 format2 format3 format4

clean:
	$(RM) format0 format1 format2 format3 format4
