meowbb/Makefile

17 lines
380 B
Makefile
Raw Normal View History

2021-04-04 08:25:16 +00:00
.PHONY: all dist
RKT_VER=$(shell racket -e "(displayln (version))")
all:
@echo nothing to do...
dist:
mkdir -p dist
raco exe -o meowbb main.rkt
raco dist dist meowbb
rm meowbb
2021-04-04 08:27:21 +00:00
# why doesn't raco do this for us??
cp ~/.racket/$(RKT_VER)/lib/libracket_unix_signals.so dist/lib
cp ~/.racket/$(RKT_VER)/lib/libtty_raw.so dist/lib
2021-04-04 08:25:16 +00:00
./mkhaskalimage.sh dist bin/meowbb meowbb