summaryrefslogtreecommitdiffstats
path: root/innbbsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'innbbsd/Makefile')
-rw-r--r--innbbsd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/innbbsd/Makefile b/innbbsd/Makefile
index bf1ae752..66d0741e 100644
--- a/innbbsd/Makefile
+++ b/innbbsd/Makefile
@@ -1,6 +1,6 @@
# $Id$
SRCROOT= ..
-.include "$(SRCROOT)/pttbbs.mk"
+.include "${SRCROOT}/pttbbs.mk"
VERSION= 0.50-pttpatch
ADMINUSER?= root@your.domain.name
@@ -71,3 +71,9 @@ install: ${PROGS}
clean:
rm -f *.o ${PROGS} core *.core
+
+reset:
+ cd ../util/; ${MAKE} clean shmctl
+ ${MAKE} clean ; ${MAKE} ; ${MAKE} install
+ killall innbbsd
+ cd ~; nohup innd/innbbsd 7777 &