diff Makefile @ 4:0e154787183d

new interpreter and qt_interpreter objects
author John W. Eaton <jwe@octave.org>
date Wed, 22 May 2019 17:30:46 -0400
parents dff751fb985c
children
line wrap: on
line diff
--- a/Makefile	Wed May 22 16:21:06 2019 -0400
+++ b/Makefile	Wed May 22 17:30:46 2019 -0400
@@ -1,4 +1,4 @@
 include calc.mk
 
-parse.cpp: parse.yy
-	bison -o parse.cpp parse.yy
+parser.cpp: parser.yy
+	bison -o parser.cpp parser.yy