PROGS:= truncate fallocate

all: ${PROGS}

install:
	install -m 755 ${PROGS} ${DESTDIR}
	
clean:
	rm -rf ${PROGS}
