Skip to content

Dominic-Wassef/cppmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Cppmake

Cppmake is for Makefile generation

Usage

 cppmake -i <file> -c <compiler> -f <code filetype> -H <header filetype> -o <output name> <compiler arguments>

Default parameters

  • -c = g++
  • -f = cpp
  • -H = h
  • -o = output

Example

cppmake -i main.cpp -c g++ -f cpp -H h -o main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages