#
#       8080 Assembler Makefile
#
#       @(#) makefile - Version 1.3 - 85/10/03 18:19:12
#
OBJ = as0.o as1.o as2.o as3.o as4.o as5.o as6.o as7.o

as8080: $(OBJ)
        cc -o as80 $(OBJ)

$(OBJ): as.h
