1
0
Fork 0
mirror of https://github.com/vbatts/bitorchestra.git synced 2025-08-02 07:30:29 +00:00

fixing the compile and the floating point error

This commit is contained in:
Vincent Batts 2012-11-19 18:22:29 -05:00
parent 8de884e177
commit 4ccc79ed1e
3 changed files with 14 additions and 10 deletions

View file

@ -1,8 +1,9 @@
MUSIC_FILES := $(basename $(wildcard f*.c))
MUSIC_FILES := $(basename $(wildcard f*.c)) main
TMP_FILES := $(wildcard *~) $(wildcard *.o)
CFLAGS +=
LDFLAGS += -static -s
CFLAGS +=
LDFLAGS += -g
CC = gcc
all: $(MUSIC_FILES)
audio.o: audio.c audio.h