demikernel 1.5.13

Kernel-Bypass LibOS Architecture
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.

all:
	set BINDIR = $(BINDIR)
	set INCDIR = $(INCDIR)
	$(MAKE) /C /F tests/c/windows.mk all

clean:
	set BINDIR = $(BINDIR)
	$(MAKE) /C /F tests/c/windows.mk clean