summaryrefslogtreecommitdiff
path: root/cpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/Makefile')
-rw-r--r--cpu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/Makefile b/cpu/Makefile
index a39375b..898b007 100644
--- a/cpu/Makefile
+++ b/cpu/Makefile
@@ -3,7 +3,7 @@
GENERATOR=netlist_ast.ml netlist_gen.ml netlist_gen.mli
AUXILLARY=alu.ml
-SCHED=../sched/main.native
+SCHED=../sched/sched
SIM=../csim/csim
MON=../monitor/mon