Commit 68dff455713c122bb4273b2f9019b14da5e57cbe

Authored by Perry Werneck
1 parent 0f54a076
Exists in master

Ajustes em função de mudanças no projeto principal.

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
Makefile.in
... ... @@ -242,6 +242,12 @@ $(BINDBG)/$(LIBNAME): \
242 242  
243 243 @make -C src/pw3270-sharp $@
244 244  
  245 +cleanDebug: \
  246 + clean
  247 +
  248 +cleanRelease: \
  249 + clean
  250 +
245 251 clean:
246 252 @rm -fr $(BINDIR)
247 253 @rm -fr $(OBJDIR)
... ...