diff --git a/Makefile b/Makefile index aee0664..d71ec61 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,9 @@ LDLIBS := -lutil dump_inode: -.PHONY: clean install +.PHONY: all clean install +all: dump_inode + clean: rm -f dump_inode