Subversion Repositories Keine

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 nishi 1
# $Id: Makefile 2 2024-09-11 09:16:23Z nishi $
2
 
3
PWD = `pwd`
4
PLATFORM = generic
5
 
6
FLAGS = PWD=$(PWD) PLATFORM=$(PLATFORM)
7
 
8
.PHONY: all clean ./CGI
9
 
10
./CGI::
11
	$(MAKE) -C $@ $(FLAGS)
12
 
13
clean:
14
	$(MAKE) -C ./CGI $(FLAGS) clean