rewrote time elapsed with UTIL

This commit is contained in:
Paul Cruz
2017-07-07 15:42:20 -07:00
parent c0c236a28b
commit 1c9d6b2c6b
2 changed files with 19 additions and 20 deletions
+1
View File
@@ -1,5 +1,6 @@
ZSTDDIR = ../../lib
PRGDIR = ../../programs
ZSTDCOMMON_FILES := $(ZSTDDIR)/common/*.c
ZSTDCOMP_FILES := $(ZSTDDIR)/compress/*.c
ZSTDDECOMP_FILES := $(ZSTDDIR)/decompress/*.c