mirror of https://github.com/VLSIDA/OpenRAM.git
Fix typo in Makefile
This commit is contained in:
parent
c8b5b81bd8
commit
6eebef8c72
|
|
@ -132,10 +132,6 @@ else
|
|||
endif
|
||||
.DELETE_ON_ERROR: $(TEST_STAMPS)
|
||||
|
||||
.PHONY: docker-pull
|
||||
docker-pull:
|
||||
docker pull vlsida/openram-ubuntu:latest
|
||||
|
||||
clean:
|
||||
@rm -rf $(TOP_DIR)/compiler/tests/results
|
||||
.PHONE: clean
|
||||
.PHONY: clean
|
||||
|
|
|
|||
Loading…
Reference in New Issue