fbui | Framebuffer-based graphical environment |
| download: https://git.y1.nz/archives/fbui.tar.gz | |
| README | Files | Log | Refs |
libfbui/LoadMonitor/Makefile
1
2 EXE=fbload
3 SRC= main.c
4
5 ${EXE}: ${SRC}
6 gcc -I.. -g ${SRC} ../libfbui.a -lm -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.