diff options
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index 5896b45..28456a9 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -4,6 +4,10 @@ override CFLAGS += -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ include ../Makefile.quiet +ifneq ($(MAKECMDGOALS),clean) +include ../config-host.mak +endif + all_targets += io_uring-test io_uring-cp link-cp ucontext-cp all: $(all_targets) |