shh, tuna

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2197 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-04-13 16:58:52 +00:00
parent 16e889bf4f
commit 36b97f60a0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ STRIP=strip
STRIPFLAGS=--strip-unneeded --remove-section=.comment
OBJS = netchan.o parse.o qw.o source.o bsp.o rcon.o mdfour.o
OBJS = netchan.o parse.o qw.o source.o bsp.o rcon.o mdfour.o crc.o
qtv: $(OBJS) qtv.h
$(CC) $(CFLAGS) $(OBJS) -o $@.db -lm $(LDFLAGS)