dotfiles/.config/sketchybar/helper/makefile

4 lines
76 B
Makefile

helper: helper.c cpu.h sketchybar.h
clang -std=c99 -O3 helper.c -o helper