Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
curry-packages
spicey
Commits
85b9126c
Commit
85b9126c
authored
Jan 22, 2018
by
Michael Hanus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: deprecated parameter -cpm removed
parent
5dee0b73
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
resource_files/Makefile
resource_files/Makefile
+1
-1
No files found.
resource_files/Makefile
View file @
85b9126c
...
...
@@ -49,7 +49,7 @@ run:
.PHONY
:
deploy
deploy
:
mkdir
-p
$(WEBSERVERDIR)
$(CPM)
exec
$(CURRYBIN)
/curry makecgi
-cpm
-standalone
-m
main
-o
$(WEBSERVERDIR)
/spicey.cgi Main.curry
$(CPM)
exec
$(CURRYBIN)
/curry makecgi
-standalone
-m
main
-o
$(WEBSERVERDIR)
/spicey.cgi Main.curry
# copy other files
(
style sheets, images,...
)
cp
-r
public/
*
$(WEBSERVERDIR)
chmod
-R
go+rX
$(WEBSERVERDIR)
...
...
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