aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-07-24 10:42:20 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-07-24 10:42:20 +0200
commitad55171a802b227cbb894bd2c094ab99911b330e (patch)
tree5b056cc61895556411e0b1dfbd30645de611484c
parent7c3701364542355c29b2e4ebc6d719ddd123c0f2 (diff)
downloadnissy-core-ad55171a802b227cbb894bd2c094ab99911b330e.tar.gz
nissy-core-ad55171a802b227cbb894bd2c094ab99911b330e.zip
Removed Makefile and configure.sh from old build system
Diffstat (limited to '')
-rw-r--r--Makefile4
-rwxr-xr-xconfigure.sh3
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 @@
1all:
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
3echo "The build system for nissy has changed, use ./build"

Generated with cgit - Back to sebastiano.tronto.net