diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-06 09:47:17 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-06 09:47:17 +0200 |
| commit | e00a517c932f1f58fad1f34cf6d32b734c782028 (patch) | |
| tree | 9d4ea940a89468f57ee4f6c8971a3b94007fcfac | |
| parent | 3bf0b217746d6739823d4404483a870ada853933 (diff) | |
Add Makefile
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b27ec1a --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +all: + ./build.sh + ./run.sh |
