open_toontown_panda3d/dtool/src/build/Makefile.uxb.rules

21 lines
222 B
Makefile

# UXB (teleuse) Makefile rules
ifneq (,$(OPTIMIZE))
UFLAGS := $(UFLAGS) -DOPTIMIZE
endif
all:
uxb $(UFLAGS)
clean:
uxb $(UFLAGS) clean
cleanall:
uxb $(UFLAGS) delete
rm -rf ii_files
list:
@echo -n
install: all