Created
April 22, 2017 19:55
-
-
Save thai-ng/d6994740e1039eb8cac38443e0f6f9c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CXX=emcc | |
all: test.html | |
test.html: | |
$(CXX) -std=c++1z -stdlib=libc++ -O3 *.cpp -o $@ --preload-file test.simp --preload-file teapot.obj -s ALLOW_MEMORY_GROWTH=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment