Skip to content

generates & configures a project folder inside working directory

License

Notifications You must be signed in to change notification settings

vicho314/pmake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pmake

Who its for:

	THIS UTILITY IS MAINLY MEANT TO BE USED IN COMBINATION WITH GNU EMACS.
	THIS UTILITY IS MAINLY MEANT FOR LINUX USERS, HOWEVER IT IS POSSIBLE TO GET IT TO WORK USING MSYS2 ON WINDOWS.
	THIS UTILITY IS MAINLY MEANT FOR GENERATING C PROJECT FOLDERS, BUT THE SOURCE CODE SHOULD BE EASY TO CONFIGURE FOR YOUR LANGUAGE OF CHOICE.
	THIS UTILITY HAS BIAS TOWARDS GCC, HOWEVER IT SHOULD BE EASY TO ALTER THE SOURCE CODE TO PREPARE THE MAKEFILE FOR THE COMPILER OF YOUR CHOICE.

Soft dependencies:

	GNU C COMPILER (You can swap it for any C compiler in the source code by changing the CC variable in the printf function in S1. Alternatively, you could go for a different language entirely since gtags supports several other languages.)
	GNU EMACS (I havent really designed this script for other editors, but you are free to hack it for your own use case. I tried to document the code to make it easier.)

Dependencies:

	GNU BASH (https://www.gnu.org/software/bash/)
	GNU MAKE (https://www.gnu.org/software/make/)
	GLOBAL (https://www.gnu.org/software/global/)

About

generates & configures a project folder inside working directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%