build-test: clang -o test test.c test: build-test ./test install path="/usr/local": cp local.h "{{path}}/include/local.h" uninstall path="/usr/local": rm -f "{{path}}/include/local.h"