mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-18 03:05:35 +00:00
4 lines
49 B
Bash
4 lines
49 B
Bash
|
#!/bin/sh
|
||
|
emmake make -f Makefile.local CC=emcc
|
||
|
|