diff options
Diffstat (limited to 'xyo-networks/Makefile')
-rw-r--r-- | xyo-networks/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 |