From 5afd1335f140f6d0db62e1cce39e6c79635c15ab Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Sat, 12 Aug 2023 19:44:13 -0500 Subject: [PATCH] Add a `make dev` for easily working with qdate_localtime --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 08d6350..50e4f4c 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,11 @@ dialyzer: compile travis: test dialyzer +dev: + mkdir -p _checkouts + cd _checkouts; git clone https://github.com/choptastic/qdate_localtime + + run: $(REBAR) shell