BigW Consortium Gitlab

Commit d1addf16 by Forest Godfrey

Properly clean subdirectories

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