diff options
Diffstat (limited to 'qemu/roms/vgabios/tests/lfbprof/Makefile')
-rw-r--r-- | qemu/roms/vgabios/tests/lfbprof/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qemu/roms/vgabios/tests/lfbprof/Makefile b/qemu/roms/vgabios/tests/lfbprof/Makefile deleted file mode 100644 index 7c42e38b0..000000000 --- a/qemu/roms/vgabios/tests/lfbprof/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -# 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 - |