prsoccessing cli args

This commit is contained in:
phyto
2019-05-27 15:36:22 +02:00
parent 76bd00d052
commit 407c980690
3 changed files with 30 additions and 4 deletions

View File

@@ -4,8 +4,9 @@
CC = gcc
CCOPT = -Wall -g -DDEBUG_LEVEL=1
CCOPT = -Wall -g -DDEBUG_LEVEL=0
LIBS = -lao -lsndfile -lm
player.o: player.c Makefile
$(CC) ${CCOPT} -c $<