awoobot/Makefile

8 lines
92 B
Makefile
Raw Normal View History

2020-09-01 07:33:07 +00:00
.PHONY: all setup
all:
raco exe -o awoobot awoobot.rkt
setup:
cd astro && $(MAKE) setup