diff options
Diffstat (limited to '')
-rw-r--r-- | makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -29,6 +29,3 @@ format: clang-format -style="{BasedOnStyle: llvm, IndentWidth: 4}" \ -i *.c *.h -dist: clean - cd ..; \ - tar zcf SipHash-`date +%Y%m%d%H%M`.tgz SipHash/* |