1
0
mirror of synced 2024-11-22 09:14:24 +01:00

Create build.sh

This commit is contained in:
arnold 2018-02-13 01:51:49 -05:00 committed by GitHub
parent ed6c73fc16
commit 380035a194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
build.sh Normal file
View File

@ -0,0 +1,5 @@
if null; do
make -f nothing
else
exit 1
fi