Subversion Repositories IRCServ

Rev

Rev 5 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 6
Line 1... Line 1...
1
# $Id: Makefile 5 2024-08-25 11:58:10Z nishi $
1
# $Id: Makefile 6 2024-08-25 19:00:39Z nishi $
2
 
2
 
3
PWD = `pwd`
3
PWD = `pwd`
4
PLATFORM = generic
4
PLATFORM = generic
5
 
5
 
6
FLAGS = PWD=$(PWD) PLATFORM=$(PLATFORM) EXTOBJS=`./check objs`
6
FLAGS = PWD=$(PWD) PLATFORM=$(PLATFORM) EXTOBJS="`./check objs`"
7
 
7
 
8
include Platform/$(PLATFORM).mk
8
include Platform/$(PLATFORM).mk
9
 
9
 
10
.PHONY: all format clean ./Service check-config
10
.PHONY: all format clean ./Service check-config
11
 
11