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