Skip to content

Commit

Permalink
Build: clean more files on make clean
Browse files Browse the repository at this point in the history
Remove the "installed" hrt headers and wlroots build artifacts
  • Loading branch information
sdilts committed Oct 28, 2024
1 parent dab291c commit 618e314
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ run: $(BUILD_DIR)/mahogany

clean: FORCE
ninja -C $(BUILD_DIR)/heart clean
rm $(BUILD_DIR)/mahogany
rm -f $(BUILD_DIR)/mahogany
rm -rf $(BUILD_DIR)/lib64
rm -rf $(BUILD_DIR)/include
rm -rf $(BUILD_DIR)/install_output.txt

test: $(BUILD_DIR)/heart/lib64/libheart.so
$(call $(LISP),run-tests.lisp)
Expand Down

0 comments on commit 618e314

Please sign in to comment.