Skip to content

Commit

Permalink
Remove Makefile cgen target
Browse files Browse the repository at this point in the history
This is not a valid Sail backend anymore.
  • Loading branch information
jordancarlin authored Dec 31, 2024
1 parent c855281 commit b92a3fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,6 @@ sail_doc/riscv_$(ARCH).json: $(SAIL_SRCS) model/main.sail
riscv.smt_model: $(SAIL_SRCS)
$(SAIL) -smt_serialize $(SAIL_FLAGS) $(SAIL_SRCS) -o riscv

cgen: $(SAIL_SRCS) model/main.sail
$(SAIL) -cgen $(SAIL_FLAGS) $(SAIL_SRCS) model/main.sail

cloc:
cloc --by-file --force-lang C,sail $(SAIL_SRCS)

Expand Down

0 comments on commit b92a3fa

Please sign in to comment.