Skip to content
Snippets Groups Projects
Commit e7d5db7d authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Create a global Makefile

parent aef9d810
No related branches found
No related tags found
No related merge requests found
SUBDIRS := $(wildcard */.)
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
clean:
rm -f $(BUILDDIR)/cluster/*.o
rm -f $(BUILDDIR)/sphere/*.o
rm -f $(BUILDDIR)/trapping/*.o
wipe:
rm -f $(BUILDDIR)/cluster/*
rm -f $(BUILDDIR)/sphere/*
rm -f $(BUILDDIR)/trapping/*
.PHONY: all $(SUBDIRS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment