haddocking/fcc

Issue with makefile

Opened this issue · 0 comments

When I use make command I am seeing the following error.

cl : Command line warning D9024 : unrecognized source file type 'Makefile', object file assumed
Microsoft (R) Incremental Linker Version 14.40.33811.0
Copyright (C) Microsoft Corporation. All rights reserved.

/out:Makefile.exe
Makefile
LINK : fatal error LNK1181: cannot open input file 'Makefile.obj'

Why I am seeing this error?