head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2026.08.28.11.09.34;	author gm4slv;	state Exp;
branches;
next	1.1;

1.1
date	2026.08.27.18.36.55;	author gm4slv;	state Exp;
branches;
next	;


desc
@initial commit - short script to compile bbgopher
-ansi is needed to accomodate the c89 version of c it's written in
@


1.2
log
@changed to compile on devuan laptop (gcc)
@
text
@#  $Id: makeit,v 1.1 2026/08/27 18:36:55 gm4slv Exp gm4slv $

cc -o bbgopher  bbgopher.c
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#  $Id$
d3 1
a3 1
cc -o bbgopher -ansi  bbgopher.c
@
