Skip to content

Commit

Permalink
make diff look neat
Browse files Browse the repository at this point in the history
  • Loading branch information
andronoob committed Apr 22, 2021
1 parent 70bc845 commit 8a05908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-include make.conf
OBJS := parser.o main.o redsocks.o log.o http-connect.o socks4.o socks5.o http-relay.o base.o base64.o md5.o http-auth.o utils.o redudp.o dnstc.o dnsu2t.o tls.o gen/version.o

LIBHTTP_CFLAGS := -I./http-parser -L./http-parser

OBJS := parser.o main.o redsocks.o log.o http-connect.o socks4.o socks5.o http-relay.o base.o base64.o md5.o http-auth.o utils.o redudp.o dnstc.o dnsu2t.o tls.o gen/version.o
ifeq ($(DBG_BUILD),1)
OBJS += debug.o
endif
Expand Down

0 comments on commit 8a05908

Please sign in to comment.