flags=-g -DPLATFORM_LINUX -O3 -I../../api/inc -L../../api $(shell ../linux_getlib.sh)

all: Main.cpp
	g++ ${flags} Main.cpp -o 3d

clean:
	rm -f 3d
