view Makefile @ 0:e091e06fdd2d

start to develop efi kernel. add Makefile and Makefile.def
author Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp>
date Fri, 16 Nov 2012 15:57:56 +0900
parents
children 10316df81650
line wrap: on
line source

include Makefile.def

TARGET = BOOTX86.EFI

$(TARGET): bootx86.c
	$(CC) bootx86.c