Artifact f7f3655bf104cf50bae489a270b22f6668201672661eab2ef65e2f28b3c12f44:
- Executable file tenki/make.sh — part of check-in [70991b55c3] at 2019-05-01 01:03:44 on branch trunk — refactor tenki (user: lexi, size: 244) [annotate] [blame] [check-ins using]
#!/bin/bash if test -e apikey; then cc -Ofast -Dds_apikey="\"$(cat apikey)\"" tenki.c -lssl -otenki else echo "tenki requires an API key. get one from dark sky and put it in a file in this directory named 'apikey' before you try to build" fi