First public version
This commit is contained in:
11
Makefile
Normal file
11
Makefile
Normal 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 $@ $^
|
Reference in New Issue
Block a user