commit ad55171a802b227cbb894bd2c094ab99911b330e parent 7c3701364542355c29b2e4ebc6d719ddd123c0f2 Author: Sebastiano Tronto <sebastiano@tronto.net> Date: Thu, 24 Jul 2025 10:42:20 +0200 Removed Makefile and configure.sh from old build system Diffstat:
D | Makefile | | | 4 | ---- |
D | configure.sh | | | 3 | --- |
2 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/Makefile b/Makefile @@ -1,4 +0,0 @@ -all: - @echo "The build system for nissy has changed, use ./build" - -.PHONY: all diff --git a/configure.sh b/configure.sh @@ -1,3 +0,0 @@ -#!/bin/sh - -echo "The build system for nissy has changed, use ./build"