commit 4632ac23dae2cd5ea3f71da2f6fa67ee4d8045e4 from: Omar Polo date: Fri Aug 26 15:29:28 2022 UTC needless trailing slash commit - 9ad9e8a1456055381d361b86167a8ec409be6e80 commit + 4632ac23dae2cd5ea3f71da2f6fa67ee4d8045e4 blob - 13d55b10d961aea7e5aa302b4196de14f16dbdce blob + 3338b486f5fcb5c338cebef83c4c0154211d3fe6 --- Makefile +++ Makefile @@ -29,7 +29,7 @@ dirs: @mkdir -p ${OUTDIR}/thread/ gzip: - gzip -fkr ${OUTDIR}/ + gzip -fkr ${OUTDIR} clean: rm -rf ${OUTDIR}