chiark / gitweb /
Rationalised.
[userv-utils.git] / www-cgi / Makefile
1 CFLAGS= -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \
2         -Wpointer-arith -O2 -g
3 LDFLAGS=
4
5 TARGETS=        ucgi ucgitarget
6
7 all:            $(TARGETS)
8
9 OBJS=           ucgi.o ucgitarget.o ucgicommon.o
10
11 ucgi:           ucgi.o ucgicommon.o
12 ucgitarget:     ucgitarget.o ucgicommon.o
13
14 $(OBJS):        ucgi.h