Home | History | Annotate | Line # | Download | only in aic7xxx
Makefile revision 1.1
      1 aic7xxx_seq.h: aic7xxx_asm aic7xxx.seq
      2 	./aic7xxx_asm -o ${.TARGET} aic7xxx.seq
      3 
      4 aic7xxx_asm: aic7xxx_asm.o
      5 	${CC} -o $@ aic7xxx_asm.o
      6 
      7 aic7xxx_asm.o: aic7xxx_asm.c
      8