Rev 3 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# $Id: Makefile 2 2024-08-29 17:56:13Z nishi $
PWD = `pwd`
PLATFORM = generic
FLAG = PWD=$(PWD) PLATFORM=$(PLATFORM)
.PHONY: all clean ./Bot
all: ./Bot
./Bot::
$(MAKE) -C $@ $(FLAGS)
clean:
$(MAKE) -C $@ $(FLAGS) clean