abcminiuser / dmbs

Dean's Makefile Build System - making MAKE easier.
51 stars 18 forks source link

Compiling c source even when cpp source specified #34

Open NicoHood opened 6 years ago

NicoHood commented 6 years ago

I have the following files in my folder:

test.c
test.cpp

Now I add them as SRC += test.cpp. If a .c file with the same name exists, it tries to compile the c file instead.