summaryrefslogtreecommitdiff
path: root/xyo-networks/Makefile
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-06-29 20:09:42 -0700
committerBen Sima <ben@bsima.me>2018-06-29 20:09:42 -0700
commit87f9f02d1fa62121173c33175a2107fbfb06ce30 (patch)
treeadb3178e4fa916b2496d493d089b6b0ce2dea69f /xyo-networks/Makefile
parente81da383d908d4b7597cb73dc489f5162fcf19bf (diff)
Prototype-quality printf
Needed help on the convert function
Diffstat (limited to 'xyo-networks/Makefile')
-rw-r--r--xyo-networks/Makefile6
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