git.y1.nz

fbui

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

libfbui/MailCheck/Makefile

      1 
      2 EXE=fbcheck
      3 SRC=	main.c check.c
      4 
      5 test:	${SRC}
      6 	gcc -lm -I.. -g ${SRC} ../libfbui.a -o ${EXE} 
      7 	# strip ${EXE}
      8 
      9 clean:
     10 	rm -f ${EXE}
     11 
     12 install: ${EXE}
     13 	cp ${EXE} /usr/bin
     14 	chmod 755 /usr/bin/${EXE}
     15 

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