Skip to content

Commit

Permalink
Cleanup more files on clean
Browse files Browse the repository at this point in the history
  • Loading branch information
V-FEXrt committed Jun 16, 2023
1 parent 996e405 commit 06c5d73
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 @@ -43,7 +43,7 @@ all: wake.db
$(WAKE_ENV) BOOTSTRAP_WAKE=true ./bin/wake build default

clean:
rm -f .build/* bin/* lib/wake/* */*.o */*/*.o src/json/jlexer.cpp src/parser/lexer.cpp src/parser/parser.cpp src/parser/parser.h src/version.h wake.db
rm -f .build/* bin/* lib/wake/* */*.o */*/*.o src/json/jlexer.cpp src/parser/lexer.cpp src/parser/parser.cpp src/parser/parser.h src/version.h wake.db $(shell find . -name "wake.log") $(shell find . -name "manifest.wake") wake_*.tar.xz
touch bin/stamp lib/wake/stamp

wake.db: bin/wake bin/wakebox lib/wake/fuse-waked lib/wake/shim-wake lib/wake/wake-hash
Expand Down

0 comments on commit 06c5d73

Please sign in to comment.