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
32ab1793
Commit
32ab1793
authored
Jun 18, 2016
by
thomas.forbriger
Browse files
[WP] (i20_gremlin_example): explain Makefile usage
parent
c706314f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/green/gremlin1/examples/README
View file @
32ab1793
...
...
@@ -3,6 +3,25 @@ this is <README>
toy example for gremlin
-----------------------
Some procedures for the toy example are defined in the Makefile. They can be
run be issuing make with the appropriate target name. For example the command
make layer.pdf
will create the target file layer.pdf which is discussed below. Any of the
files being discussed but not present in the repository most likely is a make
target. To watch the commands being executed for a given target, but without
executing them actually run the command make with the '-n' flag like in
make -n layer.pdf
----------------------------------------------------------------------------
Standard targets are:
clean
purges the directory, removes all temporary and secondary files
============================================================================
layer.pdf
...
...
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