mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-16 04:40:11 +01:00
4 lines
101 B
Makefile
4 lines
101 B
Makefile
CC = cc
|
|
PREFIX = /usr/local/
|
|
OPTI_CFLAGS = -fPIC -O3 -fomit-frame-pointer -ffast-math -funroll-loops
|