Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Anil Anar committed Jun 21, 2016
1 parent 53cc552 commit aae5557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
CXX=/Users/anilanar/Downloads/emsdk_portable/emscripten/1.35.0/em++
CXXFLAGS=-std=c++11 -O3 -Wall
LFLAGS=-O3 -s ALLOW_MEMORY_GROWTH=1 --memory-init-file 0 -Wall
EXPORT=-s EXPORTED_FUNCTIONS="['_run']" # -s ASSERTIONS=1
EXPORT=-s EXPORTED_FUNCTIONS="['_run']"

DBC=lib/vector_dbc
BC=build/main.bc build/libVector_DBC.bc build/jsonxx.bc
OBJS=build/main.o

.PHONY: all clean $(DBC)/lib/libVector_DBC.dylib

all: dist/main.js

dist/main.js: $(BC)
Expand Down

0 comments on commit aae5557

Please sign in to comment.