https://github.com/hannorein/rebound
Raw File
Tip revision: 386bb46d958af39d9eeae45cc05a9792406eae06 authored by Hanno Rein on 30 November 2023, 14:34:14 UTC
runtime method
Tip revision: 386bb46
Makefile
all:
	emcc -O3 -I../src/ ../src/*.c problem.c -DOPENGL=1 -sSTACK_SIZE=655360 -s USE_GLFW=3 -s FULL_ES3=1 -sASYNCIFY -sFETCH -sSINGLE_FILE --shell-file shell_rebound.html -o rebound.html

clean:
	rm rebound.html
back to top