From 34bcab5f0aacee38d55d11821073c878ca51e923 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 21 Mar 2021 16:48:32 +0100 Subject: Makefile: Add build rules to build dependencies into main.js Instead of copy-pasting the code from the files directly into main.js, do it in the build recipes. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2ccbe46..34b23da 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +/build/ /node_modules/ -- cgit v1.2.3