compiler/benchmarks/Make.spec
changeset 462 89464ab03518
parent 452 9f4558b3be66
child 520 9ccc84deaea0
--- a/compiler/benchmarks/Make.spec	Tue May 12 01:57:37 2015 +0100
+++ b/compiler/benchmarks/Make.spec	Sat May 16 19:21:00 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) \