Commit 07b1d0d26e6e194e2125edd3d0607c5a75fea501
1 parent
45f2fdd5
Exists in
master
and in
3 other branches
Reorganizando makefiles, separando melhor os módulos
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
Makefile.in
... | ... | @@ -155,6 +155,8 @@ $(BINDBG)/$(LIBNAME).@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@: \ |
155 | 155 | @$(MKDIR) `dirname $@` |
156 | 156 | @$(LD) -shared -Wl,-soname,$(LIBNAME) $(LDFLAGS) -o $@ $^ $(LIBS) |
157 | 157 | |
158 | +#---[ Clean Targets]--------------------------------------------------------------------- | |
159 | + | |
158 | 160 | cleanDebug: |
159 | 161 | |
160 | 162 | @rm -fr $(OBJDBG) \ | ... | ... |