

#
# HISTORY
# 20-Apr-97  Wilson Hsieh (whsieh) at the University of Washington
#	add clean
#
#


CFLAGS = -g
all: usyscall.o


clean :
	rm -f *.o *~
