diff options
Diffstat (limited to 'package/toolbox/src/cat/Makefile')
-rw-r--r-- | package/toolbox/src/cat/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/toolbox/src/cat/Makefile b/package/toolbox/src/cat/Makefile new file mode 100644 index 000000000..61abf9bbd --- /dev/null +++ b/package/toolbox/src/cat/Makefile @@ -0,0 +1,5 @@ +PROG= cat + +include ../tool.mk + +CFLAGS+=-Wextra |