From 8148046a1708651d15f92f75f8ac52fe59aeb72a Mon Sep 17 00:00:00 2001 From: Karchnu Date: Fri, 29 Oct 2021 04:43:52 +0200 Subject: [PATCH] main -> grofftut --- Makefile | 2 +- main.ms => grofftut.ms | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename main.ms => grofftut.ms (100%) diff --git a/Makefile b/Makefile index ae7405d..d215ae1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SRC ?= main +SRC ?= grofftut ODIR ?= /tmp/ export ODIR SRC diff --git a/main.ms b/grofftut.ms similarity index 100% rename from main.ms rename to grofftut.ms