Update build.sh

master
TechDudie 2021-04-15 09:28:16 -05:00 committed by GitHub
parent 76610ac4a6
commit 49723302ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
gcc perlin.c -o perlin
g++ blob.cpp -o blob
g++ cave.cpp -o cave
g++ blocks.cpp -o blocks
gcc main.c -o main