Fixing mac build: negating Darwin ~~> OKaying linux

Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
Kakadu 2024-09-05 21:14:49 +03:00
parent 8a8fc3432b
commit cd033ddbe3
8 changed files with 9 additions and 57 deletions

View file

@ -1,10 +0,0 @@
FLAGS=-g -fstack-protector-all
all: byterun.o
$(CC) $(FLAGS) -o byterun byterun.o ../runtime/runtime.a
byterun.o: byterun.c
$(CC) $(FLAGS) -g -c byterun.c
clean:
$(RM) *.a *.o *~ byterun