Subversion Repositories HelenOS

Rev

Rev 1894 | Rev 1989 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1894 Rev 1982
Line 96... Line 96...
96
 
96
 
97
%.o: %.c
97
%.o: %.c
98
	$(CC) $(DEFS) $(CFLAGS) -c $< -o $@
98
	$(CC) $(DEFS) $(CFLAGS) -c $< -o $@
99
 
99
 
100
disasm: image.boot
100
disasm: image.boot
101
	$(OBJDUMP) -d image.boot > boot.disasm
-
 
102
 
101
	$(OBJDUMP) -d image.boot > boot.disasm
-
 
102