- merged offline functionality

- added emscripten makefile
This commit is contained in:
Sublunar Space 2019-01-02 16:27:37 +01:00
parent 63260b2dee
commit 08a6d31d32
9 changed files with 137424 additions and 53 deletions

View file

@ -13,7 +13,7 @@
# send email to the Swiss Ephemeris mailing list.
#
CFLAGS = -g -Wall -fPIC -O2 # for Linux and other gcc systems
CFLAGS = -g -Wall -fPIC -O2 -DVARIANT=1 # for Linux and other gcc systems
OP=$(CFLAGS)
CC=cc #for Linux