diff --git a/test/Makefile b/test/Makefile index 72dadbe..e6780a3 100644 --- a/test/Makefile +++ b/test/Makefile @@ -45,4 +45,7 @@ clean: rm -f stringt rm -f simt rm -f spit + +.PHONY: distclean +distclean: clean rm -f $(VHD08_SRC)/*.vhdl