Skip to content

Commit

Permalink
remove legacy UI cmds from make build (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfineran committed Jun 30, 2023
1 parent ad65304 commit 394d942
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ docsupdate:

# creates wheel file
build:
@echo "Building UI";
mv -v build/* src/sparsify/ui/;
@echo "Building python package";
python3 setup.py sdist bdist_wheel $(BUILD_ARGS);

Expand All @@ -70,6 +68,5 @@ clean:
rm -rf docs/_build docs/build;
rm -rf build;
rm -rf dist;
find src/sparsify/ui/* | grep -v .gitkeep | xargs rm -rf;
rm -rf src/sparsify.egg-info;
find $(PYCHECKDIRS) | grep -E "(__pycache__|\.pyc|\.pyo)" | xargs rm -rf;

0 comments on commit 394d942

Please sign in to comment.