compiler/benchmarks/Make.spec
changeset 502 1e45d3c96ec5
parent 452 9f4558b3be66
child 520 9ccc84deaea0
--- a/compiler/benchmarks/Make.spec	Thu May 21 14:12:22 2015 +0100
+++ b/compiler/benchmarks/Make.spec	Fri Jul 24 15:06:54 2015 +0100
@@ -52,6 +52,7 @@
 
 COMMON_CLASSES= \
 	PPCBenchmark \
+	PPCSmalltalkNoopParser \
 	stx_goodies_petitparser_compiler_benchmarks \
 
 
@@ -59,6 +60,7 @@
 
 COMMON_OBJS= \
     $(OUTDIR_SLASH)PPCBenchmark.$(O) \
+    $(OUTDIR_SLASH)PPCSmalltalkNoopParser.$(O) \
     $(OUTDIR_SLASH)stx_goodies_petitparser_compiler_benchmarks.$(O) \