mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-25 08:08:47 +00:00
Fixing mac build: negating Darwin ~~> OKaying linux
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
8a8fc3432b
commit
cd033ddbe3
8 changed files with 9 additions and 57 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue