diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |