X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=flatland.git;a=blobdiff_plain;f=Makefile;h=fbe135331e9c0d0445d86cee782863855e96cd0d;hp=166d6ffc8bcc560651c6c5904206441fa63280ef;hb=HEAD;hpb=5d431674a9552cae15e6383a57cdb3679496004d diff --git a/Makefile b/Makefile index 166d6ff..fbe1353 100644 --- a/Makefile +++ b/Makefile @@ -35,10 +35,10 @@ all: flatland TAGS TAGS: *.cc *.h etags *.cc *.h -flatland: flatland_generator.so +flatland: libflatland.so ./build.py -flatland_generator.so: \ +libflatland.so: \ sequence_generator.o misc.o \ polygon.o universe.o \ canvas.o canvas_cairo.o