From 399a645a81800267a28cc42364eb9a01753f8865 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Mon, 17 May 2021 03:23:30 +0200 Subject: [PATCH] make depend --- src/Makefile.dep | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Makefile.dep b/src/Makefile.dep index 36e4094..7171d21 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep @@ -3,10 +3,5 @@ aes.o: aes.h base32.o: base32.h base64.o: base64.h -crypto.o: crypto.h aes.h base64.h ../../pikotools/utf8/utf8.h -crypto.o: ../../pikotools/textstream/textstream.h -crypto.o: ../../pikotools/space/space.h ../../pikotools/textstream/types.h -crypto.o: ../../pikotools/date/date.h ../../pikotools/convert/inttostr.h -crypto.o: ../../pikotools/membuffer/membuffer.h -crypto.o: ../../pikotools/textstream/types.h misc.h +crypto.o: crypto.h aes.h base64.h misc.h misc.o: misc.h