]> wimlib.net Git - wimlib/blob - tests/multi-mount/Makefile
lzms_decompress.c: make 'lens' and 'decode_table' share memory
[wimlib] / tests / multi-mount / Makefile
1 CFLAGS := -fopenmp
2 LDLIBS := -lwim
3 LDFLAGS := -fopenmp
4 multi-mount:multi-mount.c
5 clean:
6         rm -f multi-mount
7