test.o depends on test.c, duh

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@81 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-05-04 22:02:37 +00:00
parent cbfdeb0345
commit 217d6cd242

View File

@ -9,7 +9,7 @@ test: libvgmstream.a test.o
$(CC) test.o $(LDFLAGS) -o test
$(STRIP) test
test.o:
test.o: test.c
$(CC) $(CFLAGS) -c "-DVERSION=\"`../version.sh`\"" test.c -o test.o
libvgmstream.a: