ext4-realloc-inodes/Makefile

4 lines
159 B
Makefile

all: realloc-inodes
realloc-inodes: realloc-inodes.c bmove.c ext2fsP.h
gcc -Wsign-compare -Wall -o realloc-inodes -lcom_err -lext2fs realloc-inodes.c bmove.c