1
0

Makefile build system

This commit is contained in:
dtb
2022-08-31 10:05:55 -04:00
parent 6fcd1f2c31
commit de8302e5d8
4 changed files with 68 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ packages:
tasks:
- package: |
cd homepage
m4 index.m4 >index.html
make
tar -cvz --exclude .git --exclude '*.m4' . >../site.tar.gz
ls -l ../site.tar.gz
- upload: |