Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
29f701d0
Commit
29f701d0
authored
Dec 29, 2015
by
Pietro Incardona
Browse files
Fixing examples + and gitignore
parent
2eb3065f
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
29f701d0
...
...
@@ -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
example/SE/Makefile
0 → 100644
View file @
29f701d0
SUBDIRS
:=
$(
wildcard
*
/.
)
all clean
:
for
dir
in
$(SUBDIRS)
;
do
\
$(MAKE)
-C
$$
dir
$@
;
\
done
clean
:
$(SUBDIRS)
.PHONY
:
all clean $(SUBDIRS)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment