summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
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: