diff --git a/Makefile b/Makefile index bc0344d..d03a1ca 100755 --- a/Makefile +++ b/Makefile @@ -30,8 +30,11 @@ subdirs: %.o: %.cpp %.h $(CC) $(OBJOPT) $< - - + +# this could probably fail.. +# thought to get segl.cpp rebuilded +segl.o: $(OBJECTS:segl.o=) + glgui/glgui.a: cd glgui; $(MAKE); diff --git a/TODO b/TODO new file mode 100644 index 0000000..9be1a25 --- /dev/null +++ b/TODO @@ -0,0 +1,3 @@ +libsegl + const einfuegen wo es hinmuss + evtl. openglstuff von nichtopenglstuff mehr trennen