diff options
author | Liu Aleaxander <Aleaxander@gmail.com> | 2009-05-11 04:48:26 +0800 |
---|---|---|
committer | Liu Aleaxander <Aleaxander@gmail.com> | 2009-05-11 04:48:26 +0800 |
commit | c884bf85b74b87db27359b4de22ccaf06a6ba933 (patch) | |
tree | f531bbee81452b26f79dded76e1dd66d5a01c58a /Makefile | |
download | devel-c884bf85b74b87db27359b4de22ccaf06a6ba933.tar.gz devel-c884bf85b74b87db27359b4de22ccaf06a6ba933.tar.xz devel-c884bf85b74b87db27359b4de22ccaf06a6ba933.zip |
The first version of v0.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cb8eb69 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +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 |