Skip to content

Commit

Permalink
Clean/ignore Unikraft build directory (#765)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti authored Feb 13, 2024
1 parent fa016f8 commit 3cffbba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ackrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
--ignore-dir=vendor
--ignore-dir=build
--ignore-dir=unikraft/.unikraft
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ website: .always
$(PYTHON) -m http.server 3000 --directory build/www

clean: .always
$(CMAKE) -E rm -R -f build
$(CMAKE) -E rm -R -f build unikraft/.unikraft

# For NMake, which doesn't support .PHONY
.always:

0 comments on commit 3cffbba

Please sign in to comment.