all:: malloc-test

COMMON = Makefile

malloc-test: malloc-test.c $(COMMON)
	g++ -xc++ -O3 malloc-test.c -o malloc-test