diff options
Diffstat (limited to 'ychat-0.5.5/Makefile')
| -rwxr-xr-x | ychat-0.5.5/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ychat-0.5.5/Makefile b/ychat-0.5.5/Makefile new file mode 100755 index 0000000..a453f44 --- /dev/null +++ b/ychat-0.5.5/Makefile @@ -0,0 +1,24 @@ +MAKE=gmake +all: base + @echo "Now edit the ./conf.txt file and run ./ychat!" +install: deinstall +uninstall: deinstall +deinstall: + @echo Install/deinstall is not supported! + @echo Start yChat with ./ychat instead! + @exit 1 +base: + @${MAKE} -C ./src +clean_base: + @${MAKE} -C ./src clean +stats: + @perl scripts/stats.pl +run: + ./ychat +gpl: + @more COPYING +clean: clean_base +debug: + @gdb ./ychat ychat.core +version: + @sh ./scripts/version.sh |
