
all: cgichk

cgichk: cgichk3.c
	$(CC) $(CFLAGS) -o $@ cgichk3.c

clean:
	rm -f cgichk *.o *~
