
Simple C Makefile Template
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Simple Makefile Template for Kdevelop 4.x
To use the template just rename the archive to make_plainc.tar.bz2 then copy it to:
/usr/share/apps/kdevappwizard/templates/
or /usr/share/kde4/apps/kdevappwizard/templates/
(depends on your distribution)
You can also copy it only for your user:
~/.kde4/share/apps/kdevappwizard/templates/
8 years ago
one line changed
-ShowFilesAfterGeneration=%{dest}/main.c
+ShowFilesAfterGeneration=%{PROJECTDIR}/main.c
8 years ago
one line changed
-ShowFilesAfterGeneration=%{dest}/main.c
+ShowFilesAfterGeneration=%{PROJECTDIR}/main.c
rajkrish
9 years ago
/usr/share/kde4/apps/kdevappwizard/templates
I haven't yet verfied if copying the make_plainc.tar.bz2 into that folder would make it work.
Report