Skip to content

Commit

Permalink
Fix make clean, tweak pip build
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Feb 21, 2024
1 parent 590f082 commit f680299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ dpf/utils/lv2_ttl_generator$(APP_EXT):
$(MAKE) -C dpf/utils/lv2-ttl-generator

hvcc/build/bin/hvcc:
cd hvcc && python3 -m pip install -r requirements.txt
cd hvcc && python3 -m pip install --isolated --no-cache-dir --no-input -q -r requirements.txt

# ---------------------------------------------------------------------------------------------------------------------
# cleanup

clean:
$(MAKE) clean -C dpf/utils/lv2-ttl-generator
rm -rf bin build
rm -rf bin build hvcc/build

# ---------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion dpf
Submodule dpf updated 1 files
+21 −3 Makefile.base.mk

0 comments on commit f680299

Please sign in to comment.