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
DLNA-RUI
cvp2ts
Commits
145fe3ca
Commit
145fe3ca
authored
Oct 21, 2014
by
Glenn Adams
Browse files
Fix makefile targets.
parent
150d0791
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
145fe3ca
...
...
@@ -36,16 +36,16 @@ subdirs: $(SUBDIRS)
$(SUBDIRS)
:
@
$(MAKE)
-C
$@
$(MAKECMDGOALS)
manifest
:
MANIFEST.json
MANIFEST.json
:
FORCE
@
$(PYTHON)
tools/w3c/scripts/manifest.py
um
:
update_manifest
update_manifest
:
manifest
update_manifest
:
MANIFEST.json
@
git add MANIFEST.json
@
git commit
-m
'Update manifest.'
um
:
update_manifest
manifest
:
MANIFEST.json
MANIFEST.json
:
FORCE
@
$(PYTHON)
tools/w3c/scripts/manifest.py
FORCE
:
...
...
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