diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ CC=gcc test : main cgreen-runner -c main +ci : main + mkdir -p junit + cgreen-runner -c --xml=junit/ main + run : main ./main |
