mirror of
https://github.com/vbatts/bitorchestra.git
synced 2025-08-02 07:30:29 +00:00
working towards unifying the sounds to a single command
This commit is contained in:
parent
ec9844054b
commit
2ddb925d27
11 changed files with 93 additions and 54 deletions
3
Makefile
3
Makefile
|
@ -6,8 +6,9 @@ LDFLAGS += -static -s
|
|||
all: $(MUSIC_FILES)
|
||||
|
||||
audio.o: audio.c audio.h
|
||||
sounds.o: sounds.c sounds.h
|
||||
|
||||
%: %.c audio.o
|
||||
%: %.c audio.o sounds.o
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue