hy/eg/rpython/Makefile
Paul R. Tagliamonte 82fab4d38f add clean step
2013-03-20 00:38:45 -04:00

15 lines
182 B
Makefile

RPY_WRAP = python -m hy
RPY_FLAGS = -O2
RPY = ~/pypy/rpython/bin/rpython
all: clean build
clear:
@clear
clean:
rm -f target-c
build:
$(RPY_WRAP) $(RPY) $(RPY_FLAGS) target.py