SRCS    = view3d.c
TARGET  = view3d

all:
	$(MAKE) -f ../Makefile SRCS='$(SRCS)' TARGET='$(TARGET)'

clean:
	rm -f *.o $(TARGET) *.gif *~

