AtomBuild / atom-build-make

GNU Make plugin for atom-build
MIT License
13 stars 19 forks source link

Duplicated targets #14

Open FabianInostroza opened 8 years ago

FabianInostroza commented 8 years ago

If a Makefile contains multiple lines indicating a target, as

target: LD_FLAGS=...
target: CFLAGS=...

the package lists two times the target.

noseglid commented 8 years ago

Just for clarification, is this with or without the Target extraction with make setting?

FabianInostroza commented 8 years ago

with both options.