4d09b8408a
for convenient crosscompiling & running. Change-Id: I7dfcea109c00e1457f9de9b2e6437fe6cf925ba7
4 lines
44 B
Bash
Executable file
4 lines
44 B
Bash
Executable file
#!/bin/sh
|
|
export CC=cc
|
|
export MINIX=1
|
|
./Run
|