Browse Source

moved deleting of vhdl-2008 packaged from clean to distclean target

pull/1/head
T. Meissner 10 years ago
parent
commit
81ed8e8928
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      test/Makefile

+ 3
- 0
test/Makefile View File

@ -45,4 +45,7 @@ clean:
rm -f stringt
rm -f simt
rm -f spit
.PHONY: distclean
distclean: clean
rm -f $(VHD08_SRC)/*.vhdl

Loading…
Cancel
Save