annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e3088565a6b8 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
1 printf: printf.o test_fprintf.o test_asprintf.o test_snprintf.o test.o
e3088565a6b8 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
2 $(CC) -g -O2 -o $@ $^ -lm
e3088565a6b8 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
3
e3088565a6b8 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
4 clean:
e3088565a6b8 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
5 $(RM) *.o printf