view Makefile @ 12:894be158b32d

define parser as a class and eliminate some global variables
author John W. Eaton <jwe@octave.org>
date Thu, 23 May 2019 17:57:20 -0400
parents 0e154787183d
children
line wrap: on
line source

include calc.mk

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