add install and clean targets

development
Thomas Lindner 2023-02-13 00:26:49 +01:00
parent 9281b75737
commit 193598d14c
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
PREFIX := /usr/local
LDLIBS := -lutil
dump_inode:
.PHONY: clean install
clean:
rm -f dump_inode
install:
install -Ds dump_inode $(DESTDIR)$(PREFIX)/sbin/dump_inode