From 1f956fc0c923d5ebf4c8ecc8de0fce3c4ca4698c Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 20 Apr 2024 09:36:55 +0100 Subject: Initial checkin --- Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5150fbe --- /dev/null +++ b/Makefile @@ -0,0 +1,26 @@ +# snbrowse - Simple browser for Spectrum Next +# +# Copyright (C) 2024 Ian Cowburn (ianc@noddybox.co.uk) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +# ------------------------------------------------------------------------- +# +# Makefile +# +snbrowse: snbrowse.c Makefile + zcc +zxn -o snbrowse snbrowse.c -clib=classic -lndos -create-app -subtype=nex + +clean: + rm -f snbrowse.nex snbrowse -- cgit v1.2.3