djcev.com

//

Git Repos / fte_dogmode / qc / Makefile

Last update to this file was on 2025-08-13 at 05:20.

Show Makefile

CC=fteqcc64
CCOPTS=-Wall -O2 -Fembedsrc

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

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