view Makefile @ 208:f6f2c7a9d7d8

also recognize __riscv128__, may as well.
author David A. Holland
date Mon, 21 Jan 2019 21:41:38 -0500
parents 36dd4701e0ba
children
line wrap: on
line source

#	$NetBSD$

PROG=	tradcpp
SRCS=	main.c \
	files.c directive.c eval.c macro.c output.c \
	place.c array.c utils.c
WARNS=	5

#DBG=-g

.include <bsd.prog.mk>