diff Makefile @ 0:e3088565a6b8 default tip

*: initial commit kinda dumb, but wifi was out and I was bored. most of this code is shit.
author Paper <paper@tflc.us>
date Wed, 03 Dec 2025 03:04:39 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Wed Dec 03 03:04:39 2025 -0500
@@ -0,0 +1,5 @@
+printf: printf.o test_fprintf.o test_asprintf.o test_snprintf.o test.o
+	$(CC) -g -O2 -o $@ $^ -lm
+
+clean:
+	$(RM) *.o printf