awoobot/Makefile

8 lines
92 B
Makefile

.PHONY: all setup
all:
raco exe -o awoobot awoobot.rkt
setup:
cd astro && $(MAKE) setup