1 2 3 4 5 6 7 8 9 10
include config.mk sb: sb.cpp g++ sb.cpp -o sb $(LDFLAGS) install: install sb /usr/local/bin/ uninstall: rm /usr/local/bin/sb