Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
502bd9e1
Commit
502bd9e1
authored
May 23, 2016
by
Mark Haines
Browse files
Move comment to correct location
parent
2e986c51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
502bd9e1
#!/usr/bin/make -f
# Make sure that the build directory exists.
# We can't check the build directory into git because it is empty.
BUILD_DIR
:=
build
RELEASE_OPTIMIZE_FLAGS
?=
-g
-O3
DEBUG_OPTIMIZE_FLAGS
?=
-g
-O0
...
...
@@ -64,6 +62,8 @@ $(JS_TARGET): LDFLAGS += $(JS_OPTIMIZE_FLAGS)
lib
:
$(RELEASE_TARGET)
.PHONY
:
lib
# Make sure that the build directory exists.
# We can't check the build directory into git because it is empty.
makedirs
:
mkdir
-p
$(BUILD_DIR)
/release
$(BUILD_DIR)
/debug
$(BUILD_DIR)
/javascript
$(BUILD_DIR)
/tests
.PHONY
:
makedirs
...
...
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