9 lines
141 B
Makefile
9 lines
141 B
Makefile
|
# Makefile for gas2ack.
|
||
|
|
||
|
PROG= gas2ack
|
||
|
SRCS= asm86.c gas2ack.c globals.c parse_gnu.c \
|
||
|
tokenize.c emit_ack.c
|
||
|
MAN=
|
||
|
|
||
|
.include <minix.prog.mk>
|