Skip to content

Commit

Permalink
Silence "Entering directory" and "Leaving directory" messages
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-akya committed Jan 11, 2025
1 parent 40d52e2 commit 00b73e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
MAKEFLAGS += --no-print-directory

calling_from_make:
mix compile

Expand All @@ -11,5 +13,3 @@ clean_precompiled_libvips:
@$(MAKE) -C c_src clean_precompiled_libvips

.PHONY: all clean calling_from_make clean_precompiled_libvips

# .SILENT:

0 comments on commit 00b73e8

Please sign in to comment.