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
mpim-sw
libcdi
Commits
83fbfd91
Commit
83fbfd91
authored
Jun 25, 2019
by
Sergey Kosukhin
Browse files
Delete 'tests/*.nc4' when 'make clean'.
parent
6bfc64be
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile.am
View file @
83fbfd91
...
...
@@ -65,7 +65,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src
#
EXTRA_DIST
=
test_cdf_write.c test_cdf_read.c test_cksum_base
#
CLEANFILES
=
`
ls
*
~
*
.grb
*
.nc
*
.srv
*
.ext example_
*
.cksum
`
CLEANFILES
=
`
ls
*
~
*
.grb
*
.nc
*
.nc4
*
.srv
*
.ext example_
*
.cksum
`
#
AUTOMAKE_OPTIONS
=
color-tests
#
...
...
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