main to test

This commit is contained in:
Gustav Louw 2018-03-29 12:34:28 -07:00
parent f34a9a699e
commit 7c6832a497
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ CC = gcc
NAME = tinn
SRCS =
SRCS += main.c
SRCS += test.c
SRCS += Tinn.c
# CompSpec defined in windows environment.

View File