tadd Makefile - petsc-git-PKGBUILD - build template for non-complex PETSC with petsc4py
 (HTM) git clone git://src.adamsgaard.dk/petsc-git-PKGBUILD
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 9a35344e621a7f4cc42b1455763d776afbb813fa
 (DIR) parent ae03d61ebead710c81a565c746b631ca93350784
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon,  3 Jan 2022 11:13:14 +0100
       
       add Makefile
       
       Diffstat:
         A Makefile                            |      10 ++++++++++
       
       1 file changed, 10 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -0,0 +1,9 @@
       +.POSIX:
       +
       +default:
       +        makepkg -si
       +
       +clean:
       +        makepkg -c
       +
       +.PHONY: default clean
       +\ No newline at end of file