diff options
author | Mattias Andrée <maandree@kth.se> | 2024-09-21 19:31:16 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-09-21 19:31:16 +0200 |
commit | 2e55bedc45e836899a18ea7f4a488f50597afad5 (patch) | |
tree | 5a9e3cc1465cfc711fb1f74580cb17f20a46212e /Makefile | |
parent | Update documentation and adjust blocksize if larger than the device size (diff) | |
download | deadshred-2e55bedc45e836899a18ea7f4a488f50597afad5.tar.gz deadshred-2e55bedc45e836899a18ea7f4a488f50597afad5.tar.bz2 deadshred-2e55bedc45e836899a18ea7f4a488f50597afad5.tar.xz |
misc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -10,7 +10,9 @@ OBJ =\ text.o\ avg.o\ rnd.o\ - sig.o + sig.o\ + ask.o\ + map.o HDR =\ common.h |