moved source files to /src/ directory; adjusted README.md and Makefile

This commit is contained in:
Ämin on ThinkPad
2023-05-11 13:54:55 +02:00
parent b8719c752d
commit e8cdd786a5
4 changed files with 926 additions and 4 deletions

View File

@@ -2,10 +2,9 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
SRC = *.c
CFLAGS = -Wall -Ofast
all: SOCgen SOCadmissible
%: %.c
%: src/%.c
gcc $(CFLAGS) -o $@ $^