From 7dd68296e02578eb63ff1ced37fa2427698abd1a Mon Sep 17 00:00:00 2001 From: daniel watson Date: Wed, 20 Aug 2014 13:45:48 -0700 Subject: [PATCH] make uuid --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 9b98e69..6a6f5b3 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,9 @@ astyle: initial-ubuntu-install: sudo apt-get install -y qrencode fritzing openscad +uuid: + uuid -v4 + index.html: README.html cp $< $@ -- 2.30.2