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