From 38b596b85ff6f10057d0a6a8bdcfb6c2dd4a5909 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 6 Apr 2022 23:16:55 +0300 Subject: [PATCH] started work on the makefile... Signed-off-by: Alex A. Naanou --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Makefile b/Makefile index e69de29..32e2848 100755 --- a/Makefile +++ b/Makefile @@ -0,0 +1,13 @@ + + + + +bootstrap.js: + node make_bootstrap.js + + +.PHONY: bootstrap +bootstrap: bootstrap.js + + +