view Makefile @ 0:dff751fb985c

initial revision
author John W. Eaton <jwe@octave.org>
date Mon, 13 May 2019 09:48:06 -0500
parents
children 0e154787183d
line wrap: on
line source

include calc.mk

parse.cpp: parse.yy
	bison -o parse.cpp parse.yy