Edit

kc3-lang/linenoise/Makefile

Branch :

  • Show log

    Commit

  • Author : antirez
    Date : 2010-07-07 13:28:26
    Hash : 42ba034e
    Message : enabled debugging symbols in Make, used NULL instead of 0 introduced for a typo

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