diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-24 10:42:20 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-24 10:42:20 +0200 |
| commit | ad55171a802b227cbb894bd2c094ab99911b330e (patch) | |
| tree | 5b056cc61895556411e0b1dfbd30645de611484c | |
| parent | 7c3701364542355c29b2e4ebc6d719ddd123c0f2 (diff) | |
| download | nissy-core-ad55171a802b227cbb894bd2c094ab99911b330e.tar.gz nissy-core-ad55171a802b227cbb894bd2c094ab99911b330e.zip | |
Removed Makefile and configure.sh from old build system
| -rw-r--r-- | Makefile | 4 | ||||
| -rwxr-xr-x | configure.sh | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index d50ffca..0000000 --- a/Makefile +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | all: | ||
| 2 | @echo "The build system for nissy has changed, use ./build" | ||
| 3 | |||
| 4 | .PHONY: all | ||
diff --git a/configure.sh b/configure.sh deleted file mode 100755 index b5604ee..0000000 --- a/configure.sh +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | echo "The build system for nissy has changed, use ./build" | ||
