Home | History | Annotate | Download | only in lfbprof
      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 
      6