1
0
Fork 0
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:
Vincent Batts 2012-11-19 14:42:33 -05:00
parent ec9844054b
commit 2ddb925d27
11 changed files with 93 additions and 54 deletions

View file

@ -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: