prsoccessing cli args
This commit is contained in:
@@ -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 $<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user