From d79c1c9fc74b867b2a060f909b62cc7c1b7dfdac Mon Sep 17 00:00:00 2001 From: Liu Aleaxander Date: Tue, 19 May 2009 06:39:48 +0800 Subject: some emergency case --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 30c89bc..63b72cc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ -a.out:cache.h cache.c main.c disklab.h disklab.c ext2_fs.h extlinux.c - gcc -g cache.c main.c disklab.c extlinux.c +extlinux:cache.h disklab.h ext2_fs.h + gcc -g cache.c main.c disklab.c extlinux.c -o extlinux + +syslinux:cache.h disklab.h fat_fs.h + gcc -g main.c cache.c disklab.c ldlinux.c -o syslinux clean: (rm -f *~ *.o) \ No newline at end of file -- cgit