First public version

This commit is contained in:
2023-05-04 16:10:31 +00:00
parent 41148011be
commit 1505dd17b5
5 changed files with 1234 additions and 75 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
# SPDX-FileCopyrightText: 2023 Ämin Baumeler <amin@indyfac.ch> and Eleftherios-Ermis Tselentis <eleftheriosermis.tselentis@oeaw.ac.at>
#
# SPDX-License-Identifier: GPL-3.0-or-later
SRC = *.c
CFLAGS = -Wall -Ofast
all: SOCgen SOCadmissible
%: %.c
gcc $(CFLAGS) -o $@ $^