Skip to content

Commit

Permalink
makefile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cp526 committed Sep 30, 2020
1 parent 5769b65 commit ef572f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ generated_ocaml/make_sentinel: $(FORCECONCSENTINEL) $(MACHINEFILES)
$(LEM) $(LEMFLAGS) $(SAIL1_LEM_INPUT_FILES) -outdir $(dir $@) -ocaml $(POWER_FILES)
@echo "${BLUE}generating ARMv8 ISA (or stub) OCaml definition ...${RESET}"
$(LEM) $(LEMFLAGS) $(SAIL1_LEM_INPUT_FILES) -outdir $(dir $@) -ocaml $(AARCH64_FILES)
@echo "${BULE}generating MIPS ISA (or stub) OCaml definition ...${RESET}"
@echo "${BLUE}generating MIPS ISA (or stub) OCaml definition ...${RESET}"
$(LEM) $(LEMFLAGS) $(SAIL1_LEM_INPUT_FILES) -outdir $(dir $@) -ocaml $(MIPS_FILES)
@echo "${BLUE}generating x86 ISA (or stub) OCaml definition ...${RESET}"
$(LEM) $(LEMFLAGS) $(SAIL1_LEM_INPUT_FILES) -outdir $(dir $@) -ocaml $(X86_FILES)
Expand Down

0 comments on commit ef572f0

Please sign in to comment.