summaryrefslogtreecommitdiff
path: root/utils/sbinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/sbinfo/Makefile')
-rw-r--r--utils/sbinfo/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/sbinfo/Makefile b/utils/sbinfo/Makefile
new file mode 100644
index 0000000000..811249e924
--- /dev/null
+++ b/utils/sbinfo/Makefile
@@ -0,0 +1,9 @@
1TGT = sbinfo
2
3all: $(TGT)
4
5$(TGT): sbinfo.c
6 $(CC) -ansi -o $(TGT) -W -Wall sbinfo.c
7
8clean:
9 rm -fr $(TGT)