github.com/epfl-dcsl/gotee@v0.0.0-20200909122901-014b35f5e5e9/Makefile (about) 1 all: gotee 2 3 gotee: 4 @sh clean.sh 5 @sh compile.sh 6 @sh install.sh 7 8 9 .PHONY: clean 10 11 clean: 12 @sh clean.sh 13 @rm -f _run.sh 14