9 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
case $2 in
 | 
						|
clean)
 | 
						|
	;;
 | 
						|
*)
 | 
						|
make "TS=$1"
 | 
						|
;;
 | 
						|
esac
 | 
						|
make "P=$1" "CEM=${CEM-acc}" "RUN=${RUN-}" -fk ../makefile $2
 | 
						|
rm -f $1.[ckmos]
 |