Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zathura-pdf-mupdf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwmt
zathura-pdf-mupdf
Commits
5a661c0c
Commit
5a661c0c
authored
Nov 04, 2016
by
Sebastian Ramacher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use sort and wildcard
Signed-off-by:
Sebastian Ramacher
<
sebastian@ramacher.at
>
parent
bdf48aae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
5a661c0c
...
@@ -5,8 +5,8 @@ include common.mk
...
@@ -5,8 +5,8 @@ include common.mk
PROJECT
=
zathura-pdf-mupdf
PROJECT
=
zathura-pdf-mupdf
PLUGIN
=
pdf
PLUGIN
=
pdf
SOURCE
=
$(
s
hell
find
.
-iname
"*.c"
)
SOURCE
=
$(
s
ort
$(
wildcard
*
.c
)
)
HEADER
=
$(
s
hell
find
.
-iname
"*.h"
)
HEADER
=
$(
s
ort
$(
wildcard
*
.h
)
)
OBJECTS
=
${SOURCE:.c=.o}
OBJECTS
=
${SOURCE:.c=.o}
DOBJECTS
=
${SOURCE:.c=.do}
DOBJECTS
=
${SOURCE:.c=.do}
...
...
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