mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 14:14:38 +02:00
[flash-tool] fix Makefile format, delete space at the end of line
This commit is contained in:
parent
308372ddc7
commit
6fda698e00
@ -79,4 +79,4 @@ $(APP): $(HEADO) $(OBJS) $(EXTLIBS)
|
||||
$(CC) $(CFLAGS) -o $@ -c $<
|
||||
|
||||
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 *~ *.\#
|
||||
|
Loading…
Reference in New Issue
Block a user