Skip to content

gryftir/generic-c--sh

Repository files navigation

Installation

Assumes gnu sed, on Mac Os X you can install with

brew install gnu-sed --with-default-names
```

add the following to your .bashrc, with the path replaced appropriately, and source it

```bash
#generates a basic c makefile from a generic version
make_c() {
    ${PATH_OF_GENERIC}/./generic.sh $1
    if [[ -z "$1" ]]; then
      echo "usage make_c [foldername]"
    else
      cd $1
    fi
}
```

About

A generic Makefile, config, etc for use in c projects

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
GENERIC_LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published