Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
c14e0ed7
Commit
c14e0ed7
authored
Jul 06, 2016
by
thomas.forbriger
Browse files
master [FIX]: fix file search command in root Makefile
parent
fc78e388
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c14e0ed7
...
...
@@ -16,8 +16,8 @@ COMPILEOPT=--pause
all
:
# collect files to be maintained
EDITFILES
=
$(
filter-out
src contrib %.bak,
$(
wildcard
*
)
\
$(
shell
find src
-type
f
-maxdepth
1
)
\
EDITFILES
=
$(
filter-out
flist
src contrib %.bak,
$(
wildcard
*
)
\
$(
shell
find src
-maxdepth
1
-type
f
)
\
$(
shell
find contrib
-type
f
))
flist
:
Makefile $(EDITFILES)
...
...
Write
Preview
Supports
Markdown
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