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 87d88265b0
commit 98ceceb315
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