51
52 uninstall:
53 rm -f $(TARGET_HFILES)
54
55 clean:
56 -\rm $(OBJS)
56 rm -f $(OBJS)
57
58 mrproper: clean