1 2 3 4 5 6 7 8 9
test: cleanup @gcc main.c libEMCompute.so EMCompute.h -Wl,-rpath=. -o test; \ echo "Start time: $$(date)"; \ ./test; \ echo "End time: $$(date)" cleanup: @rm -f test