Add files via upload

This commit is contained in:
mmmdbybyd
2018-12-07 09:29:41 +08:00
committed by GitHub
parent f5cb1c8e02
commit 94d106a7a3
8 changed files with 66 additions and 79 deletions

View File

@@ -8,7 +8,7 @@ ifeq ($(ANDROID_DATA),/data)
endif
all : main.o http.o dns.o
all : main.o http.o dns.o timeout.o
$(CC) $(CFLAGS) $(DEFS) -o $(OBJ) $^
strip $(OBJ)
-chmod 777 $(OBJ) 2>&-