1build peek/peek.o: cc peek/peek.c
2 cflags = $base_cflags -Ishared
3
4build peek/peek: link peek/peek.o shared/libdjb.a
5 libs = $default_libs
6
7build peek-all: phony peek/peek
1build peek/peek.o: cc peek/peek.c
2 cflags = $base_cflags -Ishared
3
4build peek/peek: link peek/peek.o shared/libdjb.a
5 libs = $default_libs
6
7build peek-all: phony peek/peek