# Makefile for TAPETEST.TOS
# Tape test program to exercise TapeBIOS.

all:
	gcc -Wall -O -I../include -s -o tapetest.tos tapetest.c ../lib/tape.olb
