[fpc-pascal] Trying to make a small makefile with fpcmake
Jonas Maebe
jonas.maebe at elis.ugent.be
Thu Jul 13 16:54:30 CEST 2006
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.
Jonas
More information about the fpc-pascal
mailing list