Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai3
docker
roundcube
Commits
228bba6d
Commit
228bba6d
authored
Jun 03, 2020
by
godog
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to Docker-only builds
parent
da311123
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
Makefile
Makefile
+0
-18
No files found.
Makefile
deleted
100644 → 0
View file @
da311123
# Which Roundcube version to install.
RC_VERSION
=
1.4.4
TARGET
=
./build
all
:
build
build
:
mkdir
-p
$(TARGET)
./install-roundcube
--version
=
$(RC_VERSION)
--destdir
=
$(TARGET)
/src
$@
echo
$(RC_VERSION)
>
$(TARGET)
/src/.rc_version
clean
:
-
rm
-fr
$(TARGET)
.PHONY
:
build clean
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