linux-boot-probe: mounted/40grub2 add tests for handling escaped $ " \
[os-prober.git] / Makefile
1 CFLAGS := -Os -g -Wall
2
3 all: newns
4
5 newns: newns.c
6         $(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@
7
8 clean:
9         rm -f newns