# quake3/source/ui/Makefile
# Makefile for compiling ui
# By James Abbatiello (abbeyj@frag.com)

TARGET = ui
SRCS = ../game/bg_misc.c ../game/bg_lib.c $(wildcard ../game/q_*.c)
include ../Makefile.common
