clean up stb_sprintf; implementation of fprintf et al, remove
This commit is contained in:
parent
f7a8a193c2
commit
d0d868433e
5 changed files with 167 additions and 57 deletions
|
@ -1,4 +1,4 @@
|
|||
all: out04
|
||||
all: out04 a.out
|
||||
in04: *.b ../04a/out04
|
||||
../04a/out04 main.b in04
|
||||
out04: in04 ../04/out03
|
||||
|
@ -7,5 +7,7 @@ out04: in04 ../04/out03
|
|||
../markdown $<
|
||||
%.out: %.c
|
||||
./out04 $< $@
|
||||
a.out: main.c
|
||||
./out04
|
||||
clean:
|
||||
rm -f out* README.html *.out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue