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:
parent
8de884e177
commit
4ccc79ed1e
3 changed files with 14 additions and 10 deletions
7
Makefile
7
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue