hy/eg/rpython/Makefile

15 lines
181 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:
@echo "fixme"
build:
$(RPY_WRAP) $(RPY) $(RPY_FLAGS) target.py