CFLAGS := -Wall -Werror

all: malloc-alignment struct-alignment

clean:
	rm -f malloc-alignment struct-alignment *.o *.exe
