Fixed Examples/go/director/Makefile as the copy of director.go wasn't cleaned up in separate build directories.
This commit is contained in:
parent
afd6a55ce1
commit
0db9a6ba7b
1 changed files with 3 additions and 0 deletions
|
|
@ -17,4 +17,7 @@ build:
|
|||
SWIG='$(SWIG)' SWIGOPT='$(SWIGOPT)' TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' go_cpp
|
||||
|
||||
clean:
|
||||
if [ -n '$(SRCDIR)' ]; then \
|
||||
rm director.go; \
|
||||
fi
|
||||
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' INTERFACE='$(INTERFACE)' go_clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue