summaryrefslogtreecommitdiff
path: root/utils/sbtools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/sbtools/Makefile')
-rw-r--r--utils/sbtools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/sbtools/Makefile b/utils/sbtools/Makefile
index e8bb68aadd..dc9c0966a7 100644
--- a/utils/sbtools/Makefile
+++ b/utils/sbtools/Makefile
@@ -3,7 +3,7 @@ all: elftosb sbtoelf
3sbtoelf: sbtoelf.c crc.c crypto.h aes128.c sha1.c elf.c sb.h 3sbtoelf: sbtoelf.c crc.c crypto.h aes128.c sha1.c elf.c sb.h
4 gcc -g -std=c99 -o $@ -W -Wall $^ 4 gcc -g -std=c99 -o $@ -W -Wall $^
5 5
6elftosb: elftosb.c crc.c crypto.h aes128.c sha1.c elf.c sb.h 6elftosb: elftosb.c crc.c crypto.h aes128.c sha1.c elf.c sb.h dbparser.h dbparser.c
7 gcc -g -std=c99 -o $@ -W -Wall $^ 7 gcc -g -std=c99 -o $@ -W -Wall $^
8 8
9clean: 9clean: