mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor fixes
This commit is contained in:
@@ -41,7 +41,7 @@ OBJS= $(C_FILES:.c=.obj)
|
||||
all: test_libFLAC.exe
|
||||
|
||||
test_libFLAC.exe: $(OBJS)
|
||||
link.exe /libpath:"..\..\obj\lib" -out:../../obj/bin/$*.exe $(OBJS) file_utils.lib libFLAC.lib
|
||||
link.exe /libpath:"..\..\obj\lib" -out:../../obj/bin/$*.exe $(OBJS) grabbag.lib libFLAC.lib
|
||||
|
||||
clean:
|
||||
-del *.obj *.pch
|
||||
|
||||
Reference in New Issue
Block a user