Commit 458f84c3 authored by Ivan Tyagov's avatar Ivan Tyagov

Separate build&install phases.

parent b6c25683
......@@ -5,6 +5,8 @@ OUT_DIR=bin/
server: server.c
$(CC) -o $@ $^ $(CFLAGS) $(LDFLAGS) -std=c99 $(OPEN62541_SOURCE_HOME)/open62541.c
install:
@cp server $(OUT_DIR)
@rm server
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment