Edit

kc3-lang/linenoise/Makefile

Branch :

  • Show log

    Commit

  • Author : antirez
    Date : 2010-07-07 18:26:23
    Hash : ce845468
    Message : Support API to save/load history on file

  • Makefile
  • linenoise_example: linenoise.h linenoise.c
    
    linenoise_example: linenoise.c example.c
    	$(CC) -Wall -W -Os -g -o linenoise_example linenoise.c example.c
    
    clean:
    	rm -f linenoise_example