Files
UnrealEngineUWP/Engine/Source/Programs/UnrealTraceServer/makefile
Martin Ridgers 4779528dab Flatten makefile tree
#rnx
#rb trivial
#preflight none
(git:a3ad22a - Martin Ridgers - 2023-01-18 10:19:52 +0100)

[CL 23753010 by Martin Ridgers in ue5-main branch]
2023-01-18 04:52:23 -05:00

18 lines
311 B
Makefile

# vim: expandtab foldlevel=1 ft=make
# Ensure "all" is the first encountered target so it is the default
all :
ifdef MAKEDIR: # gmake=false condition, nmake=two unused targets
!ifdef MAKEDIR # gmake=skipped, nmake=true condition
!include nmake.makefile
!else
else
include gmake.makefile
endif
!endif :