mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Makefiles: remove spurious spaces/tabs
This commit is contained in:
parent
961d929f4d
commit
2f12e57408
13 changed files with 85 additions and 85 deletions
|
@ -16,5 +16,5 @@ all: $(OBJS) $(EXES)
|
|||
% : %.c
|
||||
$(LD) $(LDFLAGS) -o $@ $(OBJS) $<
|
||||
|
||||
clean:
|
||||
clean:
|
||||
rm -f $(OBJS) $(EXES) $(WINEXES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue