zardus / preeny

Some helpful preload libraries for pwning stuff.
BSD 2-Clause "Simplified" License
1.56k stars 171 forks source link

make clean removes cmake-build-multiarch.sh #52

Closed sudhackar closed 5 years ago

sudhackar commented 5 years ago

https://github.com/zardus/preeny/blob/32d2ce948885605927801c5cce6d2243f812ac9e/Makefile#L15

$ 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")
zardus commented 5 years ago

lol. Good catch!

zardus commented 5 years ago

Fixed in https://github.com/zardus/preeny/commit/036d9f7f65d37be98a2bbdde7ddca84279a26781