Skip to content

Commit

Permalink
wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Jan 26, 2024
1 parent 09415f7 commit e9a565b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ install: ${BUILT_PROGRAMS}

clean:
if [ -r src/htslib/Makefile ]; then cd src/htslib && $(MAKE) clean; fi
rm -f $(TARGETS) $(TARGETS:=.o) ${SUBMODULES} .emsdk .opencvjs
rm -f $(TARGETS) $(TARGETS:=.o) ${SUBMODULES} .emsdk .opencvjs html/*.js html/*.wasm
rm -rf src/ocv/ src/opencv/build/ src/emsdk/ src/opencv_js/

distclean: clean
Expand Down

0 comments on commit e9a565b

Please sign in to comment.