Skip to content
Snippets Groups Projects
Commit 29f701d0 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing examples + and gitignore

parent 2eb3065f
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,8 @@ ChangeLog
INSTALL
NEWS
README
Makefile
**/src/Makefile
**/Makefile
Makefile.in
config.status
configure
......@@ -62,3 +63,11 @@ vtk/metis_dec
.autotools
.cproject
.project
.settings
ar-lib
compile
config.guess
config.sub
depcomp
install-sh
missing
SUBDIRS := $(wildcard */.)
all clean:
for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir $@; \
done
clean: $(SUBDIRS)
.PHONY: all clean $(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