Update Makefile
This commit is contained in:
6
Makefile
6
Makefile
@@ -33,5 +33,7 @@ setcap:
|
|||||||
setcap cap_net_admin+ep glorytun
|
setcap cap_net_admin+ep glorytun
|
||||||
|
|
||||||
glorytun: glorytun.o
|
glorytun: glorytun.o
|
||||||
glorytun.c: common-static.h
|
$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $^ -o $@
|
||||||
common-static.h: common.h
|
|
||||||
|
glorytun.o: glorytun.c common.h common-static.h
|
||||||
|
$(CC) $(CFLAGS) $(CPPFLAGS) -c $< -o $@
|
||||||
|
|||||||
Reference in New Issue
Block a user