9 lines
166 B
Makefile
9 lines
166 B
Makefile
|
# Makefile for asmconv.
|
||
|
|
||
|
PROG= asmconv
|
||
|
SRCS= asm86.c asmconv.c parse_ack.c parse_gnu.c parse_bas.c \
|
||
|
tokenize.c emit_ack.c emit_gnu.c
|
||
|
MAN=
|
||
|
|
||
|
.include <minix.prog.mk>
|