add auto zoombar/status color, fix 3 batchrender boobies, rotate plugin tweaks, add...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / sketcher / Makefile
1 include ../../plugin_defs
2
3 OBJS := \
4         $(OBJDIR)/sketcher.o \
5         $(OBJDIR)/sketcherwindow.o
6
7 PLUGIN = sketcher
8
9 include ../../plugin_config
10
11 $(OBJDIR)/sketcher.o: sketcher.C
12 $(OBJDIR)/sketcherwindow.o: sketcherwindow.C
13