aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
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