diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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: |