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 changed files with 1 additions and 0 deletions

1
build.sh Executable file
View File

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