Auto scan c/c++ project and create simple makefile.
Ascan is suitable for c/c++ projects that are:
- Simple structured that all source codes are in one directory.
- Source codes are
.h
or.c
or.cpp
or.cc
. - No spaces in the source-file names.
cd
to the project directory and run ascan
.
Run the following commands to install:
git clone git@github.com:ABackerNINI/ascan.git
cd ascan
chmod +x install.sh
./install.sh
- Support multi-directory projects.
- Support files with other extension, such as
.hpp
. - Support files that contain spaces in their names.