Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3766465
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..c10925d
--- /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/x-diff
Expires
Sun, Nov 24, 18:22 (1 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258644
Default Alt Text
(1 KB)
Attached To
Mode
rSERVERSLOG Servers log microservice
Attached
Detach File
Event Timeline
Log In to Comment