zardus/preeny

make clean removes cmake-build-multiarch.sh

sudhackar opened this issue · 2 comments

rm -rf *-*-*

$ make clean 
make -C src clean
make[1]: Entering directory '/home/sudhakar/tools/preeny/src'
rm -f *.o
rm -f *.so
make[1]: Leaving directory '/home/sudhakar/tools/preeny/src'
make -C test clean
make[1]: Entering directory '/home/sudhakar/tools/preeny/test'
rm -f sock hello rand realloc uid sleep
make[1]: Leaving directory '/home/sudhakar/tools/preeny/test'
rm -rf *-*-*

$ git status
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add/rm <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	deleted:    cmake-build-multiarch.sh

no changes added to commit (use "git add" and/or "git commit -a")

lol. Good catch!

Fixed in 036d9f7