construct notes build system

This commit is contained in:
2025-10-22 03:18:51 +09:00
parent 6f41ae9730
commit bf60eeff7e
5 changed files with 6999 additions and 3 deletions

View File

@@ -1,4 +1,9 @@
all:
all: clean build
clean:
rm -f ./notes/*.out
rm -f ./notes/*.o
rm -f ./notes/*.s
rm -f ./notes/*.s
build:
node build.js