Artifact [1b93b7f590]

Artifact 1b93b7f590cdacfcce3c13729ab4baa072a158aa:


#! /bin/bash

set -e

case "$1" in
	clean|distclean)
		rm -rf out inst
		rm -f libsystem.a system.o system.so
		rm -f system.tcl.h
		exit 0
		;;
esac

./stringify.tcl system.tcl > system.tcl.h