Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
curry
curry-tools
Commits
142119d8
Commit
142119d8
authored
Feb 13, 2013
by
Michael Hanus
Browse files
Makefile improved
parent
d0c56595
Changes
1
Hide whitespace changes
Inline
Side-by-side
currydoc/Makefile
View file @
142119d8
...
...
@@ -36,11 +36,11 @@ install: CurryDoc
uninstall
:
rm
-f
$(INSTALLBIN)
.PHONY
:
clean
clean
:
$(CLEANCURRY)
rm
-f
CurryDoc
# generate executable for currydoc program:
CurryDoc
:
$(DEPS)
$(REPL)
$(REPL_OPTS)
:set path
$(ANADIR)
:load
$@
:save :quit
.PHONY
:
clean
clean
:
uninstall
$(CLEANCURRY)
rm
-f
CurryDoc
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