diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8dde35f --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ + +.PHONY: clean +clean: + @rm -rf target + +.PHONY: bin +bin: clean + @go build -o target/timetrace . \ No newline at end of file