File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ EXPORTED_RUNTIME_METHODS = src/extra_exported_runtime_methods.json
2626ASYNCIFY_IMPORTS = src/asyncify_imports.json
2727
2828# intermediate files
29- # OBJ_FILES_DEBUG = $(patsubst %.c,tmp/obj/debug/%.o,$(CFILES))
30- # OBJ_FILES_DIST = $(patsubst %.c,tmp/obj/dist/%.o,$(CFILES))
3129OBJ_FILES_DEBUG_FTS = $(patsubst % .c,tmp/obj/debug/% .o,$(CFILES ) )
3230OBJ_FILES_DIST_FTS = $(patsubst % .c,tmp/obj/dist/% .o,$(CFILES ) )
3331
@@ -155,14 +153,6 @@ deps/$(EXTENSION_FUNCTIONS): cache/$(EXTENSION_FUNCTIONS)
155153clean-tmp :
156154 rm -rf tmp
157155
158- # tmp/obj/debug/%.o: %.c
159- # mkdir -p tmp/obj/debug
160- # $(EMCC) $(CFLAGS_DEBUG) $(WASQLITE_DEFINES) $^ -c -o $@
161-
162- # tmp/obj/dist/%.o: %.c
163- # mkdir -p tmp/obj/dist
164- # $(EMCC) $(CFLAGS_DIST) $(WASQLITE_DEFINES) $^ -c -o $@
165-
166156tmp/obj/debug/% .o : % .c
167157 mkdir -p tmp/obj/debug
168158 $(EMCC ) $(CFLAGS_DEBUG ) $(WASQLITE_FTS_DEFINES ) $^ -c -o $@
You can’t perform that action at this time.
0 commit comments