git.y1.nz

fbui

Framebuffer-based graphical environment
download: https://git.y1.nz/archives/fbui.tar.gz
README | Files | Log | Refs

libfbui/Makefile

      1 
      2 SRC=	libfbui.c 
      3 OBJ=	libfbui.o
      4 LIB=	libfbui.a
      5 
      6 CFLAGS= -g
      7 
      8 ${LIB}: ${OBJ}
      9 	ar rs ${LIB} ${OBJ} 
     10 
     11 
     12 clean:
     13 	rm -f ${OBJ} ${LIB}

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.