5 lines
99 B
Makefile

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