3 lines
76 B
Makefile
3 lines
76 B
Makefile
|
|
helper: helper.c cpu.h sketchybar.h
|
|
clang -std=c99 -O3 helper.c -o helper
|