cbench/Makefile

8 lines
170 B
Makefile
Raw Permalink Normal View History

2022-12-25 14:40:09 +00:00
cbench: cbench.c
$(CC) -O2 -o cbench cbench.c -DNDEBUG
DESTDIR := $(if $(DESTDIR),$(DESTDIR),/usr/local)
install:
mkdir -p $(DESTDIR)/bin
cp ./cbench $(DESTDIR)/bin/