mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-02-21 06:29:02 +00:00
4 lines
49 B
Bash
4 lines
49 B
Bash
|
#!/bin/sh
|
||
|
emmake make -f Makefile.local CC=emcc
|
||
|
|