mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-28 19:42:47 +00:00
7 lines
87 B
Makefile
7 lines
87 B
Makefile
P=cpu_usage2
|
|
OBJECTS=
|
|
CFLAGS=-g -Wall -Werror -O2 -std=gnu11
|
|
LDLIBS=
|
|
|
|
$(P): $(OBJECTS)
|