imjoseangel / powerline-k8sstatus

A Powerline segment for showing the status of a K8s context
MIT License
2 stars 0 forks source link

Fix Makefile clean #22

Closed imjoseangel closed 3 years ago

imjoseangel commented 3 years ago

SUMMARY

clean doesn't remove egg-info

ISSUE TYPE

COMPONENT NAME

Makefile

VERSION

v1.0.2

CONFIGURATION

CLEAN_FILES = './build ./dist ./*.pyc ./*.tgz ./*.egg-info'.split(' ')

OS / ENVIRONMENT

MacOS Darwin

STEPS TO REPRODUCE

Remove src/ from egg-info

./src/*.egg-info

EXPECTED RESULTS

Remove egg-info dir

ACTUAL RESULTS

egg-info directory not removed