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

main.o: main.m 

