Skip to content

Commit

Permalink
Remove .SUFFIXES
Browse files Browse the repository at this point in the history
  • Loading branch information
riptl authored and ripatel-fd committed Aug 16, 2023
1 parent e8bc56f commit fd23d05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/everything.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
MAKEFLAGS += --no-builtin-rules
MAKEFLAGS += --no-builtin-variables
.SUFFIXES:
.SUFFIXES: .h .hxx .c .cxx .o .a .d .S .i
.PHONY: all bin fdctl fddev run monitor include lib unit-test fuzz-test run-unit-test help clean distclean asm ppp show-deps lint check-lint cargo
.SECONDARY:
.SECONDEXPANSION:
Expand Down

0 comments on commit fd23d05

Please sign in to comment.