all: clean build clean: rm -f ./notes/*.out rm -f ./notes/*.o rm -f ./notes/*.s build: node build.js