mirror of
https://github.com/mjsarfatti/beddu.git
synced 2025-06-26 17:08:01 +02:00
release v0.0.4
This commit is contained in:
parent
24633a743e
commit
cdbc191d7b
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ $(OUTPUT): $(ALL_SRC_FILES)
|
|||
@echo '# beddu.sh - A lightweight bash framework for interactive scripts and pretty output' >> $(OUTPUT)
|
||||
@echo '# https://github.com/mjsarfatti/beddu' >> $(OUTPUT)
|
||||
@echo '#' >> $(OUTPUT)
|
||||
@echo '# Version: $(shell git describe --tags --dirty)' >> $(OUTPUT)
|
||||
@echo '# Version: $(shell git describe --tags)' >> $(OUTPUT)
|
||||
@echo '# Generated on: $(shell date)' >> $(OUTPUT)
|
||||
@# Process each file, stripping comments and empty lines
|
||||
@for file in $(ALL_SRC_FILES); do \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue