Subversion Repositories IRC-Archiver

Rev

Rev 10 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 11
Line 1... Line 1...
1
# $Id: Makefile 10 2024-08-30 04:44:58Z nishi $
1
# $Id: Makefile 11 2024-08-30 05:20:32Z nishi $
2
 
2
 
3
include $(PWD)/Platform/$(PLATFORM).mk
3
include $(PWD)/Platform/$(PLATFORM).mk
4
 
4
 
5
.PHONY: all clean
5
.PHONY: all clean
6
.SUFFIXES: .c .o
6
.SUFFIXES: .c .o
7
 
7
 
8
OBJS = db.o
8
OBJS = db.o html.o
9
 
9
 
10
all: web.a
10
all: web.a
11
 
11
 
12
web.a: $(OBJS)
12
web.a: $(OBJS)
13
	$(AR) rcs $@ $(OBJS)
13
	$(AR) rcs $@ $(OBJS)