BigW Consortium Gitlab

Commit d1addf16 by Forest Godfrey

Properly clean subdirectories

parent 7875758d
......@@ -25,6 +25,9 @@ headers:
done
clean:
for DIR in $(SUBDIRS) ; do \
$(MAKE) -C $$DIR clean TOPDIR=$(TOPDIR)/.. ; \
done
rm -f $(PROGS) *.o
libvgl.a:
......
......@@ -39,6 +39,9 @@ headers:
done
clean:
for DIR in $(SUBDIRS) ; do \
$(MAKE) -C $$DIR clean TOPDIR=$(TOPDIR)/.. ; \
done
rm -f $(PROGS) *.o
include $(TOPDIR)/build-support/base-rules.mk
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