Merge branch 'main' of feistymeow.org:feisty_meow
[feisty_meow.git] / graphiq / library / geometric / makefile
1 include cpp/variables.def
2
3 PROJECT = geometric
4 TYPE = library
5 SOURCE = circle.cpp ellipse.cpp math_bits.cpp polygon.cpp screen_rectangle.cpp triangle.cpp
6 TARGETS = geometric.lib
7
8 include cpp/rules.def
9