jovanbulck / jsh

A basic UNIX shell implementation in C
GNU General Public License v3.0
30 stars 10 forks source link

Create an uninstall script for jsh. #57

Closed GijsTimmers closed 9 years ago

GijsTimmers commented 9 years ago

I want to be able to install jsh system-wide. When it's installed, I might want to remove it. I should be able to do so with a script, because it's hard to find out which files I should remove by hand.

It would be nice if this option could be embedded as a flag in make or something like that. Maybe we can also put it in the installer.

jovanbulck commented 9 years ago

make uninstall already does the job :-)

Note make help also prints a list of all recognized targets