Rev 1894 | Rev 1989 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
%.o: %.c
$(CC) $(DEFS) $(CFLAGS) -c $< -o $@
disasm: image.boot
$(OBJDUMP) -d image.boot > boot.disasm