ref: e8b9c92e4ff06afdd1e7bf4bd074ad3817b4d8ab
parent: 8e9a8fe80cf9ab81aec8ff29dae9dc59ffbd5110
author: zamfofex <zamfofex@twdb.moe>
date: Wed Apr 3 19:20:16 EDT 2024
remove ‘manifest.scm’
--- a/.gitignore
+++ b/.gitignore
@@ -7,7 +7,6 @@
!/README.md
!/makefile
!/.build.yml
-!/manifest.scm
!/moonfish.vcxproj
!/minify.sh
!/rename.sh
--- a/manifest.scm
+++ /dev/null
@@ -1,4 +1,0 @@
-; moonfish is licensed under the AGPL (v3 or later)
-; copyright 2023, 2024 zamfofex
-
-(specifications->manifest '("make" "gcc-toolchain" "bearssl" "cjson"))--
⑨