djcev.com

//

Git Repos / fte_dogmode / Makefile

Last update to this file was on 2024-03-24 at 02:40.

Show Makefile

INSTALLDIR=/z/games/Quake/dog

all:
make client
make server

install:
make client-install
make server-install

client:
cd qc && $(MAKE) client

client-install:
cp csprogs.dat $(INSTALLDIR)/csprogs.dat
cp csprogs.lno $(INSTALLDIR)/csprogs.lno

server:
cd qc && $(MAKE) server

server-install:
cp progs.dat $(INSTALLDIR)/progs.dat
cp progs.lno $(INSTALLDIR)/progs.lno

Return to the top of this page or return to the overview of this repo.

Log Makefile

Date Commit Message Author + -
2024-03-24 2nd pass refactor, rework QC class structure cev +2 -2
2023-11-20 changes to movement, build environment, file reorg cev +24  

Return to the top of this page or return to the overview of this repo.