diff options
author | shennetsind <ind@henn.et> | 2013-10-07 13:41:02 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-10-07 13:41:02 -0300 |
commit | dda77cb771769fcbf13765c0edf3e5da91f3666c (patch) | |
tree | 74154558d5fbc3782a6a1070f1ac0c8a0a4fdff3 /src/plugins | |
parent | c56e3eb701658079f1de09db759f3b09327ec046 (diff) | |
parent | e7457d450f44f07881e9a8d9af25b068596f3df4 (diff) | |
download | hercules-dda77cb771769fcbf13765c0edf3e5da91f3666c.tar.gz hercules-dda77cb771769fcbf13765c0edf3e5da91f3666c.tar.bz2 hercules-dda77cb771769fcbf13765c0edf3e5da91f3666c.tar.xz hercules-dda77cb771769fcbf13765c0edf3e5da91f3666c.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/Makefile.in | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/plugins/Makefile.in b/src/plugins/Makefile.in index ed573238d..53f44a0b4 100644 --- a/src/plugins/Makefile.in +++ b/src/plugins/Makefile.in @@ -44,8 +44,14 @@ clean: buildclean help: @echo "possible targets are $(PLUGINS:%='%') 'all' 'clean' 'help'" - @echo "'sample' - sample plugin" - @echo "'help' - outputs this message" + @echo "" + @echo "$(PLUGINS:%='%')" + @echo " - builds a specific plugin" + @echo "'all' - builds all above targets" + @echo "'clean' - cleans builds and objects" + @echo "'buildclean' - cleans build temporary (object) files, without deleting the" + @echo " compiled plugins" + @echo "'help' - outputs this message" ##################################################################### @@ -56,4 +62,4 @@ Makefile: Makefile.in ../../plugins/%@DLLEXT@: %.c $(ALL_H) $$(shell ls %/* 2>/dev/null) @echo " CC $<" - @$(CC) @DEFS@ @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ @SOFLAGS@ -o $@ $<
\ No newline at end of file + @$(CC) @DEFS@ @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ @SOFLAGS@ -o $@ $< |