changeset 40 | ddeeb217ed71 |
parent 24 | a9543d2ccd56 |
child 93 | 16c8ceea8f18 |
39:3e94ee906bc6 | 40:ddeeb217ed71 |
---|---|
88 uninstall: |
88 uninstall: |
89 rm -f $(PREFIX)/lib/libcanfestival_$(TARGET).a |
89 rm -f $(PREFIX)/lib/libcanfestival_$(TARGET).a |
90 rm -f $(TARGET_HFILES) |
90 rm -f $(TARGET_HFILES) |
91 |
91 |
92 clean: |
92 clean: |
93 -\rm libcanfestival_$(TARGET).a |
93 rm -f libcanfestival_$(TARGET).a |
94 |
94 |
95 mrproper: clean |
95 mrproper: clean |
96 |
96 |
97 |
97 |