mirror of
https://github.com/ksherlock/marlene.git
synced 2025-01-20 03:30:47 +00:00
update makefile.
This commit is contained in:
parent
db779e12e6
commit
77be11f696
@ -8,11 +8,15 @@ OPTIMIZE ?= 79
|
||||
CFLAGS = -w-1 -O $(OPTIMIZE)
|
||||
ASMFLAGS =
|
||||
|
||||
.PHONY: all clean clobber
|
||||
|
||||
all: marlene
|
||||
|
||||
marlene: o/marlene.a $(OBJS)
|
||||
$(CC) $(OBJS) -o $@
|
||||
$(CC) $^ -o $@
|
||||
|
||||
darlene: o/darlene.a $(OBJS)
|
||||
$(CC) $(OBJS) -o $@
|
||||
$(CC) $^ -o $@
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user