Skip to content

Commit 63db965

Browse files
committed
emscripten
1 parent dd206dc commit 63db965

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,8 @@ install: ${BUILT_PROGRAMS}
7676

7777
clean:
7878
if [ -r src/htslib/Makefile ]; then cd src/htslib && $(MAKE) clean; fi
79-
rm -f $(TARGETS) $(TARGETS:=.o) ${SUBMODULES} .emsdk .opencvjs .htslibjs
80-
rm -rf src/ocv/ src/opencv/build/ src/emsdk/ src/opencv_js/ src/htslib_js/
81-
rm -f html/image.js html/image.wasm
79+
rm -f $(TARGETS) $(TARGETS:=.o) ${SUBMODULES}
80+
rm -rf src/ocv/ src/opencv/build/
8281

8382
distclean: clean
8483
rm -f ${BUILT_PROGRAMS}

0 commit comments

Comments
 (0)