Touhou all the way

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
このコミットが含まれているのは:
Izuru Yakumo 2023-04-07 22:32:40 -03:00
コミット 6fe09f99f0
3個のファイルの変更7行の追加7行の削除

ファイルの表示

@ -1,6 +1,6 @@
Discordian Public License 2.3 (DPL-2.3)
All Rites Reversed (ĸ) 3188 Aoi K. [Champagne Supernova] <koizumi.aoi@kyoko-project.wer.ee>
All Rites Reversed (ĸ) 3189 Izuru Yakumo <yakumo.izuru@chaotic.ninja>
Permission is hereby granted, to any person obtaining a copy of this
material without restriction, including but not limited the rights to

ファイルの表示

@ -1,8 +1,8 @@
build:
go build -o gen_cvs_header
go build -o hatate
clean:
rm -f gen_cvs_header
rm -f hatate
install:
install -Dm0755 gen_cvs_header ${PREFIX}/bin/gen_cvs_header
install -Dm0755 hatate ${PREFIX}/bin/hatate
uninstall:
rm -f ${PREFIX}/bin/gen_cvs_header
rm -f ${PREFIX}/bin/hatate

4
README
ファイルの表示

@ -1,5 +1,5 @@
gen_cvs_header
==============
hatate
======
Print some fancy header like those of CVS, like OpenBSD's for pasting into your files.
Uses only the standard library.