mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-30 20:42:43 +00:00
initial commit
This commit is contained in:
6
.config/i3blocks/cpu_usage2/Makefile
Normal file
6
.config/i3blocks/cpu_usage2/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
P=cpu_usage2
|
||||
OBJECTS=
|
||||
CFLAGS=-g -Wall -Werror -O2 -std=gnu11
|
||||
LDLIBS=
|
||||
|
||||
$(P): $(OBJECTS)
|
Reference in New Issue
Block a user