Fix typo in Makefile

This commit is contained in:
Eren Dogan 2023-03-16 14:40:24 -07:00
parent c8b5b81bd8
commit 6eebef8c72
1 changed files with 1 additions and 5 deletions

View File

@ -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