From 8830214a1aa2ca54d5ef861fef8a8ec04c064b38 Mon Sep 17 00:00:00 2001 From: z3bra Date: Mon, 14 Nov 2016 08:38:09 +0100 Subject: Revert "Compile against local toxcore submodule" This reverts commit a1d2b63e6af32685f5828c302a0d3edeeb48090f. Ratox now compiles against the latest version of the API, so there is no need for using a local submodule anymore. --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5025acd..75fb613 100644 --- a/Makefile +++ b/Makefile @@ -3,13 +3,10 @@ include config.mk .POSIX: .SUFFIXES: .c .o -TOXSRC = $(shell find toxcore/toxcore toxcore/toxav toxcore/toxencryptsave -name '*.c') - HDR = arg.h config.h nodes.h readpassphrase.h util.h LIB = \ eprintf.o \ - readpassphrase.o \ - $(TOXSRC:.c=.o) + readpassphrase.o SRC = \ ratox.c @@ -24,8 +21,6 @@ binlib: util.a bin: $(BIN) -$(BIN): util.a $(OBJ) - $(OBJ): $(HDR) config.mk config.h: -- cgit v1.2.3