This repository has been archived on 2025-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
CnC_Renegade/Code/Tools/MonoDrv/old/EXE/MONOTEST.MAK

10 lines
235 B
Makefile

!include <ntwin32.mak>
all: monotest.exe
monotest.obj: monotest.c
$(cc) $(cflags) $(cvars) $(cdebug) -I..\sys monotest.c
monotest.exe: monotest.obj
$(link) $(linkdebug) $(conflags) -out:monotest.exe monotest.obj $(conlibs)