use make instead of lots of files

This commit is contained in:
TomPallister
2020-01-13 22:43:16 +00:00
parent fe60a97d27
commit ec7f0de562
13 changed files with 24 additions and 23 deletions

View File

@ -5,4 +5,4 @@ jobs:
- image: mijitt0m/ocelot-build:0.0.1
steps:
- checkout
- run: ./build.sh
- run: make build