mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
reload linker cache after install target
This commit is contained in:
parent
55c8a85afb
commit
1e6b750f0a
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -107,6 +107,7 @@ install: $(TARGETS) $(LIBS)
|
|||
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
|
||||
ldconfig
|
||||
|
||||
release: all
|
||||
tar czf s2ss-$(COMMIT)-doc.tar.gz doc/html/
|
||||
|
|
Loading…
Add table
Reference in a new issue