update REDME

This commit is contained in:
Yuichi Nishiwaki 2013-10-20 18:49:35 +09:00
parent e04ca4eb16
commit 0ca07a3d26
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
CC=gcc
all: build-lib build-main run
all: build run
build: build-lib build-main
build-main:
$(CC) -Wall -o bin/picrin -I./include -L./lib -lpicrin -lreadline etc/main.c

View File

@ -25,7 +25,7 @@ https://github.com/wasabiz/picrin
$ make build
built executable binary will be under bin/ directory.
built executable binary will be under bin/ directory and shared library `libpicrin.so` under lib/.
- run