mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
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:
parent
cbfdeb0345
commit
217d6cd242
@ -9,7 +9,7 @@ test: libvgmstream.a test.o
|
|||||||
$(CC) test.o $(LDFLAGS) -o test
|
$(CC) test.o $(LDFLAGS) -o test
|
||||||
$(STRIP) test
|
$(STRIP) test
|
||||||
|
|
||||||
test.o:
|
test.o: test.c
|
||||||
$(CC) $(CFLAGS) -c "-DVERSION=\"`../version.sh`\"" test.c -o test.o
|
$(CC) $(CFLAGS) -c "-DVERSION=\"`../version.sh`\"" test.c -o test.o
|
||||||
|
|
||||||
libvgmstream.a:
|
libvgmstream.a:
|
||||||
|
Loading…
Reference in New Issue
Block a user