comparison Makefile.in @ 856:86ec89baee01

cgi protocol
author Adam Chlipala <adamc@hcoop.net>
date Tue, 23 Jun 2009 17:59:23 -0400
parents 28e42b22424d
children 60240acd15b9
comparison
equal deleted inserted replaced
855:28e42b22424d 856:86ec89baee01
12 .PHONY: all smlnj mlton c clean install package 12 .PHONY: all smlnj mlton c clean install package
13 13
14 smlnj: src/urweb.cm 14 smlnj: src/urweb.cm
15 mlton: bin/urweb 15 mlton: bin/urweb
16 16
17 OBJS := urweb request http 17 OBJS := urweb request http cgi
18 c: $(OBJS:%=lib/c/%.o) 18 c: $(OBJS:%=lib/c/%.o)
19 19
20 clean: 20 clean:
21 rm -f src/*.mlton.grm.* src/*.mlton.lex.* \ 21 rm -f src/*.mlton.grm.* src/*.mlton.lex.* \
22 src/urweb.cm src/urweb.mlb \ 22 src/urweb.cm src/urweb.mlb \