mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
5 lines
99 B
Makefile
5 lines
99 B
Makefile
bin/cpu_load: cpu_load.c cpu.h ../sketchybar.h | bin
|
|
clang -std=c99 -O3 $< -o $@
|
|
|
|
bin:
|
|
mkdir bin
|