fix output of size class offset test

This commit is contained in:
Daniel Micay
2018-10-04 02:40:51 -04:00
parent 15e5e2d0ac
commit 71d52d981e
2 changed files with 8 additions and 1 deletions

7
test/Makefile Normal file
View File

@@ -0,0 +1,7 @@
EXECUTABLES := \
offset
all: $(EXECUTABLES)
clean:
rm -f $(EXECUTABLES)