From 87f9f02d1fa62121173c33175a2107fbfb06ce30 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 29 Jun 2018 20:09:42 -0700 Subject: Prototype-quality printf Needed help on the convert function --- xyo-networks/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 xyo-networks/Makefile (limited to 'xyo-networks/Makefile') diff --git a/xyo-networks/Makefile b/xyo-networks/Makefile new file mode 100644 index 0000000..a7502e4 --- /dev/null +++ b/xyo-networks/Makefile @@ -0,0 +1,6 @@ + +printf: printf.c + gcc -Wall -Wextra -Werror -O2 -std=c99 -pedantic -o printf printf.c + +clean: + rm -f printf printf.o -- cgit v1.2.3