This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
pacciani/examples/turtle/Makefile

7 lines
162 B
Makefile
Raw Normal View History

compile:
# Make sure to have mcc somewhere in path
mcc turtle.mm turtle.mc
llc turtle.bc
c++ turtle.s turtle.cpp -I../.. -lcairo -o tartaruga
rm -f turtle.s