Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1739 |
decky |
1 |
debug: debug.o font-8x16.o |
|
|
2 |
gcc -o debug debug.o font-8x16.o |
|
|
3 |
|
|
|
4 |
debug.o: debug.c font-8x16.h |
|
|
5 |
gcc -c -o debug.o debug.c |
|
|
6 |
|
|
|
7 |
font-8x16.o: font-8x16.c font-8x16.h |
|
|
8 |
gcc -c -o font-8x16.o font-8x16.c |