56
57 uninstall:
58 rm -f $(TARGET_HFILES)
59
60 clean:
61 -\rm $(OBJS)
61 rm $(OBJS)
62
63 mrproper: clean