Commit b2cd6eb1 authored by cota's avatar cota

Makefile: add support for 'make clean'

Signed-off-by: Emilio G. Cota's avatarEmilio G. Cota <cota@braap.org>

git-svn-id: http://svn.ohwr.org/wishbone-gen@4 4537843c-45c2-4d80-8546-c3283569414f
parent 48e7ced4
......@@ -11,3 +11,6 @@ all: $(SOURCES)
%.v: %.vhd
./utils/vhd2vl/src/vhd2vl $^ > $@
clean:
rm -rf $(OUTPUT)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment