forked from xuos/xiuos
9 lines
97 B
Makefile
Executable File
9 lines
97 B
Makefile
Executable File
|
|
|
|
mkfs: mkfs.c
|
|
gcc -Werror -Wall $< -o $@
|
|
|
|
clean:
|
|
@echo clean all
|
|
@rm -rf mkfs
|
|
@rm -rf fs.img
|