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
2015-03-10 01:21:45 +01:00

7 lines
162 B
Makefile

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