diff --git a/Makefile b/Makefile index b2044ad..cfb3618 100644 --- a/Makefile +++ b/Makefile @@ -13,5 +13,5 @@ hexview: clean: rm -f $(BUILD)/* -install: hexview +install: cp -f $(BUILD)/hexview $(DESTDIR)/hexview