llimllib / limbo

A simple, clean, easy to modify Slack chatbot
MIT License
402 stars 160 forks source link

Minor Makefile issue #115

Open topher200 opened 6 years ago

topher200 commented 6 years ago

In the Makefile, there's two declarations of NAMESPACE and APP.

https://github.com/llimllib/limbo/blob/7ba4c7c14b0fcb83d966665e9d22c51f97627f14/Makefile#L1-L2 and https://github.com/llimllib/limbo/blob/7ba4c7c14b0fcb83d966665e9d22c51f97627f14/Makefile#L45-L46


I believe only the second set is ever used. One set should be removed.