01c274740be02d19b1fa248ff46d5269903e413f
[goodguy/history.git] / Makefile
1 include ../../plugin_defs
2
3 OBJS =  $(OBJDIR)/effecttv.o  \
4
5 LIBOBJ = $(OBJDIR)/libeffecttv.a
6
7 $(LIBOBJ): $(OBJS)
8         ar r $@ $^
9
10 include ../../plugin_config
11
12 $(OBJDIR)/effecttv.o: effecttv.C