mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fixing merge: random => signal
This commit is contained in:
parent
99efd4368c
commit
9003465aba
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -6,6 +6,6 @@
|
|||
server
|
||||
pipe
|
||||
test
|
||||
random
|
||||
signal
|
||||
|
||||
thirdparty/
|
||||
|
|
2
Makefile
2
Makefile
|
@ -97,7 +97,7 @@ libs2ss.so: $(LIB_OBJS)
|
|||
install: $(TARGETS) $(LIBS)
|
||||
install -m 0644 libs2ss.so $(PREFIX)/lib
|
||||
install -m 0755 server -T $(PREFIX)/bin/s2ss-server
|
||||
install -m 0755 random $(PREFIX)/bin/s2ss-random
|
||||
install -m 0755 signal $(PREFIX)/bin/s2ss-signal
|
||||
install -m 0755 pipe $(PREFIX)/bin/s2ss-pipe
|
||||
install -m 0755 test $(PREFIX)/bin/s2ss-test
|
||||
install -m 0755 tools/s2ss.sh $(PREFIX)/bin/s2ss
|
||||
|
|
Loading…
Add table
Reference in a new issue