1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 16:25:20 +02:00

[flash-tool] fix Makefile format, delete space at the end of line

This commit is contained in:
xiangfu 2009-06-10 01:07:31 +00:00
parent 308372ddc7
commit 6fda698e00

View File

@ -79,4 +79,4 @@ $(APP): $(HEADO) $(OBJS) $(EXTLIBS)
$(CC) $(CFLAGS) -o $@ -c $< $(CC) $(CFLAGS) -o $@ -c $<
clean: clean:
rm -fr *.o $(APP) $(OBJS) core $(OTHER) *.sym *.map *.dump *.bin *.lib *.~ *.\# rm -fr *.o $(APP) $(OBJS) core $(OTHER) *.sym *.map *.dump *.bin *.lib *~ *.\#