Files
eb001/Makefile
2023-06-20 18:26:59 +08:00

9 lines
104 B
Makefile

.PHONY: compile
compile:
rm -rf ./generated/Main/
sbt "test:runMain test.testModule \
-e verilog"