diff --git a/Makefile b/Makefile index a631a57..23b2c4a 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,9 @@ libdddvb: libdddvb-install: $(MAKE) -C lib install +libdddvb-clean: + $(MAKE) -C lib clean + dep: DIR=`pwd`; (cd $(TOPDIR); make SUBDIRS=$$DIR dep)