Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / vgabios / tests / lfbprof / Makefile
1 # Very simple makefile for LFBPROF.C using Watcom C++ 10.0a with DOS4GW
2
3 lfbprof.exe: lfbprof.c lfbprof.h
4     wcl386 -zq -s -d2 lfbprof.c
5