djcev.com

//

Git Repos / fte_dogmode / qc / Makefile

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

Show Makefile

CC=fteqcc64
CCOPTS=-Wall -O2

client:
$(CC) $(CCOPTS) cl_progs.src

server:
$(CC) $(CCOPTS) sv_progs.src

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 +5 -2
2023-11-20 changes to movement, build environment, file reorg cev +5  

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