Subversion Repositories HelenOS

Rev

Rev 1787 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1787 Rev 2130
1
debug: debug.o font-8x16.o
1
debug: debug.o font-8x16.o
2
	gcc -o debug debug.o font-8x16.o
2
	gcc -o debug debug.o font-8x16.o
3
 
3
 
4
debug.o: debug.c font-8x16.h
4
debug.o: debug.c font-8x16.h
5
	gcc -c -o debug.o debug.c
5
	gcc -c -o debug.o debug.c
6
 
6
 
7
font-8x16.o: font-8x16.c font-8x16.h
7
font-8x16.o: font-8x16.c font-8x16.h
8
	gcc -c -o font-8x16.o font-8x16.c
8
	gcc -c -o font-8x16.o font-8x16.c
9
 
9