Subversion Repositories Okuu

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

# $Id: Makefile 2 2024-09-09 13:22:05Z nishi $

PLATFORM = generic
PWD = `pwd`

FLAGS = PWD=$(PWD) PLATFORM=$(PLATFORM)

.PHONY: all clean ./Bot

./Bot::
        $(MAKE) -C $@ $(FLAGS)

clean:
        $(MAKE) -C ./Bot $(FLAGS) clean