Mail Archives: djgpp/1997/10/30/19:46:15
On Thu, 30 Oct 1997 23:08:18 GMT in comp.os.msdos.djgpp Jose Luis Perandones Colino (joepc AT writeme DOT com) wrote:
: I have a problem with a makefile. It have a variable with all the object files and i want erase all in a clen target.
:
: clean:
:
: del $(OBJS)
:
: But 4DOS say: line too long
Download the fileutils (v2gnu/fil391b.zip IIRC) and then use `rm -f'
instead of `del'. Naturally, this won't work on anyone else's system
unless they too have fileutils.
--
Regards,
george DOT foot AT merton DOT oxford DOT ac DOT uk
- Raw text -