Begin re-write of basic display functions in scheme
[texed.git] / makefile
blob7cd4ffbfc30b20cde885522232ef6916c9ebe72b
2 FILES= guile_wrap.c buffer.c display.c main.c
4 CFLAGS= -Wall -Wextra -lncurses \
5 `guile-config compile` \
6 `guile-config link`
8 # buffer:
9 # gcc -fPIC --shared buffer.c -o buffer.so
11 all:
12 gcc ${FILES} ${CFLAGS} -o texed