hy/eg/rpython/Makefile

15 lines
182 B
Makefile
Raw Normal View History

2013-03-20 05:37:43 +01:00
RPY_WRAP = python -m hy
RPY_FLAGS = -O2
RPY = ~/pypy/rpython/bin/rpython
all: clean build
clear:
@clear
clean:
2013-03-20 05:38:45 +01:00
rm -f target-c
2013-03-20 05:37:43 +01:00
build:
$(RPY_WRAP) $(RPY) $(RPY_FLAGS) target.py