all: build clean: @mkdir -p output @rm -rf output/* build: clean @scripts/build.sh .PHONY: all clean build