WSL2-Linux-Kernel/Documentation/lguest/Makefile

9 строки
201 B
Makefile
Исходник Обычный вид История

# This creates the demonstration utility "lguest" which runs a Linux guest.
CFLAGS:=-Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include
LDLIBS:=-lz
all: lguest
clean:
rm -f lguest