summaryrefslogtreecommitdiff
path: root/utils/sbinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/sbinfo/Makefile')
-rw-r--r--utils/sbinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/sbinfo/Makefile b/utils/sbinfo/Makefile
index 8b2cd2649d..9427eaf875 100644
--- a/utils/sbinfo/Makefile
+++ b/utils/sbinfo/Makefile
@@ -2,8 +2,8 @@ TGT = sbinfo
2 2
3all: $(TGT) 3all: $(TGT)
4 4
5$(TGT): sbinfo.c crc.c crypto.h aes128.c sha1.c 5$(TGT): sbinfo.c crc.c crypto.h aes128.c sha1.c elf.c
6 $(CC) -g -std=c99 -o $(TGT) -W -Wall sbinfo.c aes128.c crc.c sha1.c 6 $(CC) -g -std=c99 -o $(TGT) -W -Wall sbinfo.c aes128.c crc.c sha1.c elf.c
7 7
8clean: 8clean:
9 rm -fr $(TGT) 9 rm -fr $(TGT)