mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
build: Disable built-in rules
This makes things faster and easier to debug. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
a41a29192e
commit
3ff115db6f
@ -1,6 +1,9 @@
|
||||
.PHONY: all
|
||||
all: $(VERIFY) $(ALL) $(EXTRA_TARGETS)
|
||||
|
||||
# disable built-in rules
|
||||
.SUFFIXES:
|
||||
|
||||
ifndef CC
|
||||
CC=gcc
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user