Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3767971
D711.id1789.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1005 B
Referenced Files
None
Subscribers
None
D711.id1789.diff
View Options
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,33 @@
+# -------------------------------------------------------------
+# Servers log microservice
+#
+# Collects servers log entries and publish them as JSON
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2016-11-14
+# License: BSD-2-Clause
+# -------------------------------------------------------------
+
+# -------------------------------------------------------------
+# Main targets
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+all: build
+
+build: target/release/serverslog
+
+test:
+ RUST_TEST_THREADS=1 cargo test
+
+clean:
+ rm -rf target/*/serverslog
+
+clean-all:
+ cargo clean
+
+# -------------------------------------------------------------
+# Build
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+target/release/serverslog:
+ cargo build --release
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 04:37 (6 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259269
Default Alt Text
D711.id1789.diff (1005 B)
Attached To
Mode
D711: Provide Makefile
Attached
Detach File
Event Timeline
Log In to Comment