all: main main: main.cc g++ -o $@ $$(pkg-config --cflags bullet) $^ $$(pkg-config --libs bullet)