view Makefile @ 10:69f5d5e42d2b

print newline on EOF in tty mode
author John W. Eaton <jwe@octave.org>
date Thu, 23 May 2019 12:58:58 -0400
parents 0e154787183d
children
line wrap: on
line source

include calc.mk

parser.cpp: parser.yy
	bison -o parser.cpp parser.yy