From 543b26623685348a0705653cd5c4f213107831b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Tue, 4 Feb 2020 18:33:44 +0100 Subject: [PATCH] initial --- Makefile | 9 +++++++++ flarejs.html | 14 ++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 Makefile create mode 100644 flarejs.html diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..24781a9 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +.PHONY: _subtrees + +_subtrees: _cgilite + +cgilite: + git subtree add --squash -P $@ https://git.plutz.net/git/$@ master + +_cgilite: cgilite + git subtree pull --squash -P $< https://git.plutz.net/git/$< master diff --git a/flarejs.html b/flarejs.html new file mode 100644 index 0000000..06c1fed --- /dev/null +++ b/flarejs.html @@ -0,0 +1,14 @@ + + + FlareJS + + + + -- 2.39.2