Skip to content

Commit

Permalink
update deps and add clean-all make target
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed May 23, 2024
1 parent 588b9b6 commit 38577d5
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 338 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ package-generic: default
clean: FORCE
rm $(dir $(OUTPUTS)) -rf

clean-all: clean FORCE
rm .yarnrc.yml .yarn/ -rf
find . -name node_modules -type d -exec rm -rf {} \; -prune

help:
@echo 'make usage'
@echo
Expand All @@ -170,4 +174,4 @@ help:
@echo 'build cleanup:'
@echo ' make clean'

FORCE:
FORCE:
2 changes: 1 addition & 1 deletion houston-common
Loading

0 comments on commit 38577d5

Please sign in to comment.