Edit

kc3-lang/linenoise/Makefile

Branch :

  • Show log

    Commit

  • Author : antirez
    Date : 2010-03-21 00:01:52
    Hash : 6de19082
    Message : first commit

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