delight/src/Makefile

9 lines
141 B
Makefile
Raw Permalink Normal View History

2010-08-05 12:42:59 +00:00
LDC=ldc
override DFLAGS+=-O2
override CFLAGS+=-O2
delight: io/base.d io/base_c.o io/events.d io/events_c.o
gdc $(DFLAGS) -o "$@" $^ -lev