Files
eb001/Makefile

9 lines
104 B
Makefile
Raw Normal View History

2023-06-20 18:26:59 +08:00
.PHONY: compile
compile:
rm -rf ./generated/Main/
sbt "test:runMain test.testModule \
-e verilog"