ifeq ($(SWARMHOME),)
SWARMHOME=../../swarm
endif
APPLICATION=bug
OBJECTS= main.o  Bug.o
include $(SWARMHOME)/Makefile.appl

main.o: main.m Bug.h
Bug.o: Bug.h Bug.m

