Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1965 → Rev 1966

/tags/0.2.0.2/boot/trunk/tools/ppc32/Makefile
0,0 → 1,8
debug: debug.o font-8x16.o
gcc -o debug debug.o font-8x16.o
 
debug.o: debug.c font-8x16.h
gcc -c -o debug.o debug.c
 
font-8x16.o: font-8x16.c font-8x16.h
gcc -c -o font-8x16.o font-8x16.c