this repo has no description
at main 11 lines 203 B view raw
1build-test: 2 clang -o test test.c 3 4test: build-test 5 ./test 6 7install path="/usr/local": 8 cp local.h "{{path}}/include/local.h" 9 10uninstall path="/usr/local": 11 rm -f "{{path}}/include/local.h"