1
0
mirror of https://github.com/ksherlock/x65.git synced 2024-06-02 18:41:34 +00:00

make a shell script to compile for linux

This commit is contained in:
Carl-Henrik Skarstedt 2020-12-13 13:35:20 +01:00
parent 3a33dc7056
commit f3b33acf88

1
build.sh Executable file
View File

@ -0,0 +1 @@
g++ x65.cpp -lm -o x65.exe