Skip to content

Latest commit

 

History

History
13 lines (11 loc) Β· 332 Bytes

File metadata and controls

13 lines (11 loc) Β· 332 Bytes
cobc -x hi.cbl help.c -Os && ./hi

python game_gen_asset_data.py && \
    cobc -x game.cbl sdl.c -Wall -lSDL2 -lSDL2_image \
        -Os -fliteral-length=200000 && \
    ./game
podman build -f containerfile -t cobol-explore-game-build
podman run -it --rm -v $PWD:/src cobol-explore-game-build bash scripts/build.sh