diff --git a/Makefile b/Makefile index 584c692..f223ce7 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ $(OBJ)/%.o: $(SRC)/%.c install: @echo -- Installing $(LIBNAME).a - @mkdir -p $(DESTDIR) + @mkdir -p $(DESTDIR)/{lib,include} cp $(OUTPUT)/$(LIBNAME).a $(DESTDIR)/lib cp ./minitar.h $(DESTDIR)/include