projects
/
goodguy
/
history.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git]
/
cinelerra-5.1
/
plugins
/
dcoffset
/
Makefile
1
include ../../global_config
2
3
OBJS = $(OBJDIR)/dcoffset.o
4
5
PLUGIN = dcoffset
6
7
include ../../plugin_config
8
9
$(OBJDIR)/dcoffset.o: dcoffset.C
10
11
12