]> wimlib.net Git - wimlib/blobdiff - tests/multi-mount/Makefile
Add multi-mount program
[wimlib] / tests / multi-mount / Makefile
diff --git a/tests/multi-mount/Makefile b/tests/multi-mount/Makefile
new file mode 100644 (file)
index 0000000..57ed722
--- /dev/null
@@ -0,0 +1,7 @@
+CFLAGS := -fopenmp
+LDLIBS := -lwim
+LDFLAGS := -fopenmp
+multi-mount:multi-mount.c
+clean:
+       rm -f multi-mount
+