Skip to content

Commit

Permalink
stop creating stamp files
Browse files Browse the repository at this point in the history
to keep polluting the file tree

All keymaps include a key to send the compile timestamp/details, anyhow.
  • Loading branch information
rclasen committed Apr 7, 2023
1 parent 8f06ce6 commit ab4fcf7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mykeymap.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,4 @@ all := $(FLASH) $(eeleft) $(eeright)
$(all):
@echo "************ flashing $(BOARD):$(MAP):$@"
make -C $(TOP) $(BOARD):$(MAP):$@
date > .$@

stamps := $(patsubst %,.%,$(all))
pending: $(stamps)
$(stamps): .%: rules.mk config.h keymap.c
@echo "************ $(BOARD): $@"

0 comments on commit ab4fcf7

Please sign in to comment.