summaryrefslogtreecommitdiff
path: root/fs/Makefile
blob: c88dda47703a6355de3587284bb29e01e2b495e1 (plain)
1
2
3
4
5
6
7
8
9
run: a.out
	./a.out < ext2.img
a.out: ext2.c
	gcc ext2.c -std=c11
filesys:
	dd if=/dev/zero of=ext2.img bs=512 count=10000
	sudo mkfs.ext2 -O ^large_file ext2.img