mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 20:12:42 +00:00
7 lines
108 B
Makefile
7 lines
108 B
Makefile
P=bandwidth2
|
|
OBJECTS=
|
|
CFLAGS=-g -Wall -Werror -O2 -std=c11 -Wno-format-truncation
|
|
LDLIBS=
|
|
|
|
$(P): $(OBJECTS)
|