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