Skip to content

Commit

Permalink
Remove useless date variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiirx committed Mar 20, 2024
1 parent ec0644c commit ac00a53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@ GREEN = \033[0;32m
YELLOW = \033[1;33m
DEFAULT = \033[0m

date = $(date +%F%T)

.PHONY: all
all: $(IL2CPU_DIR) $(XSHARP_DIR) $(COMMON_DIR)
@printf "${YELLOW}Cosmos${DEFAULT} DevKit Installer\n"
@printf "${date}\n"
@# Elapsed time is stored in a temporary file, deleted post-install.
@date +%s > _time_$@.txt
@$(MAKE) build
Expand Down

0 comments on commit ac00a53

Please sign in to comment.