# WARNING: DO NOT EDIT.
# THIS FILE WAS AUTOMATICALLY GENERATED USING THE
# BUILDMAKE PROGRAM.

# Makefile for  bits

C68FLAGS =  -V
LIBS = -lgraphics -lsfonts

bits: bits.c
	cc68 $(C68FLAGS) -r -o bits bits.c $(LIBS) 

clean:
	rm -f *.BAK *.CKP bits .emacs*

install: bits
	netinstall bits -p /usr/sun/Vboot

backup:
	cd ..; cpdir bits ../../Vbackup/cmds/bits

build:
	buildmake.sh

xbuild:
	buildmake.sh -DX=1
