1
0
Fork 0

move wip stuff to wip

This commit is contained in:
dtb 2023-11-18 15:10:00 -07:00
parent b70d3c08a7
commit 4a7483a0ae
87 changed files with 0 additions and 37 deletions

View File

@ -1,17 +0,0 @@
"Content" refers to any copyrightable work licensed under the terms
within this document, following this definition.
In jurisdictions that recognize copyright laws, the author or authors
of this content dedicate any and all copyright interest in the content
to the public domain. We make this dedication for the benefit of the
public at large and to the detriment of our heirs and successors. We
intend this dedication to be an overt act of relinquishment in
perpetuity of all present and future rights to this content under
copyright law.
Furthermore, this content is provided "as is", without warranty of any
kind, express or implied, including but not limited to the warranties
of merchantability, fitness for a particular purpose, and
noninfringement. In no event shall the authors be liable for any claim,
tort, or otherwise, arising from, out of, or in connection with the
software, or the use of other dealings in the software.

View File

@ -1,20 +0,0 @@
all: ;
clean: ;
sane: ;
dist: ../dist/uwu.tar.gz
../dist/uwu: uwu
mkdir -p ../dist/uwu.tmp/bin/
cp uwu ../dist/uwu.tmp/bin/
mv ../dist/uwu.tmp ../dist/uwu
../dist/uwu.tar: ../dist/uwu
cd ../dist/uwu && pax -w -x ustar . >../uwu.tar.tmp
mv ../dist/uwu.tar.tmp ../dist/uwu.tar
../dist/uwu.tar.gz: ../dist/uwu.tar
gzip -c <../dist/uwu.tar >../dist/uwu.tar.gz.tmp
mv ../dist/uwu.tar.gz.tmp ../dist/uwu.tar.gz
.PHONY: all clean sane

View File