Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / vgabios / tests / lfbprof / Makefile
diff --git a/qemu/roms/vgabios/tests/lfbprof/Makefile b/qemu/roms/vgabios/tests/lfbprof/Makefile
new file mode 100644 (file)
index 0000000..7c42e38
--- /dev/null
@@ -0,0 +1,5 @@
+# Very simple makefile for LFBPROF.C using Watcom C++ 10.0a with DOS4GW
+
+lfbprof.exe: lfbprof.c lfbprof.h
+    wcl386 -zq -s -d2 lfbprof.c
+