mirror of
https://github.com/yrutschle/sslh.git
synced 2025-06-08 03:12:32 +03:00
Merge pull request #120 from yann-morin-1998/yem/parallel-make
Makefile: fix parallel build
This commit is contained in:
commit
4413284420
2
Makefile
2
Makefile
@ -67,6 +67,8 @@ version.h:
|
|||||||
|
|
||||||
sslh: sslh-fork sslh-select
|
sslh: sslh-fork sslh-select
|
||||||
|
|
||||||
|
$(OBJS): version.h
|
||||||
|
|
||||||
sslh-fork: version.h $(OBJS) sslh-fork.o Makefile common.h
|
sslh-fork: version.h $(OBJS) sslh-fork.o Makefile common.h
|
||||||
$(CC) $(CFLAGS) $(LDFLAGS) -o sslh-fork sslh-fork.o $(OBJS) $(LIBS)
|
$(CC) $(CFLAGS) $(LDFLAGS) -o sslh-fork sslh-fork.o $(OBJS) $(LIBS)
|
||||||
#strip sslh-fork
|
#strip sslh-fork
|
||||||
|
Loading…
x
Reference in New Issue
Block a user