[fpc-pascal] Trying to make a small makefile with fpcmake
    Alexandre Leclerc 
    alexandre.leclerc at gmail.com
       
    Thu Jul 13 16:58:48 CEST 2006
    
    
  
2006/7/13, Jonas Maebe <jonas.maebe at elis.ugent.be>:
>
> On 13 jul 2006, at 16:49, Alexandre Leclerc wrote:
>
> > n the following structure I made two Makefile.fpc:
> >
> > ./Makefile.fpc
> > ./bin/Makefile.fpc
> >
> > Code of ./Makefile.fpc:
> > [target]
> > dirs=bin
> >
> > [rules]
> > clean: clean
> >  $(MAKE) -C bin clean
>
> You have to put a tab character in front of the "$(MAKE) .." command.
> If there are spaces instead of a tab, you will get the error you
> reported.
You won a piece of robot!
Thank you very much.
-- 
Alexandre Leclerc
    
    
More information about the fpc-pascal
mailing list