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
7d082d21
Commit
7d082d21
authored
Oct 23, 2017
by
Michael Hanus
Browse files
<currysystem>-cypm link added
parent
1b99cdf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
cpm/Makefile
View file @
7d082d21
...
...
@@ -22,6 +22,8 @@ all: install
install
:
compile
rm
-f
$(TOOL)
cd
$(BINDIR)
&&
ln
-s
../currytools/cpm/src/CPM.Main
$(
notdir
$(TOOL)
)
# install also cypm binary with Curry system as prefix:
cd
$(BINDIR)
&&
ln
-s
$(
notdir
$(TOOL)
)
$(CURRYSYSTEM)
-
$(
notdir
$(TOOL)
)
compile
:
src/CPM.Main
...
...
@@ -29,7 +31,7 @@ clean:
rm
-Rf
src/CPM.Main src/.curry vendor/
*
/src/.curry
uninstall
:
clean
rm
-f
$(TOOL)
rm
-f
$(TOOL)
$(BINDIR)
/
$(CURRYSYSTEM)
-
$(
notdir
$(TOOL)
src/CPM.Main: src/CPM/ConfigPackage.curry
$(DEPS)
@echo Root location of Curry system:
$(ROOT)
...
...
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