]> git.cameronkatri.com Git - cc-run.git/blob - Makefile
Allow compiling stdin
[cc-run.git] / Makefile
1 PREFIX ?= ~/.local
2 DESTDIR?=
3
4 all: cc-run
5
6 install: cc-run
7 install -d ${DESTDIR}${PREFIX}/bin/
8 install -m755 cc-run ${DESTDIR}${PREFIX}/bin/cc-run
9 ln -sf cc-run ${DESTDIR}${PREFIX}/bin/c++-run
10
11 clean:
12 rm -f cc-run