mirror of
https://github.com/solemnwarning/ipxwrapper
synced 2024-12-30 16:45:37 +01:00
Delete tests/tap/basic.o in clean and update .gitignore
This commit is contained in:
parent
753280da5d
commit
62c72e5279
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
Makefile.dep
|
||||
*.o
|
||||
*.s
|
||||
*.dll
|
||||
*.exe
|
||||
ipxwrapper.log
|
||||
/.d/
|
||||
|
2
Makefile
2
Makefile
@ -62,7 +62,7 @@ clean:
|
||||
rm -f ipxwrapper.dll wsock32.dll mswsock.dll ipxconfig.exe dpwsockx.dll
|
||||
rm -f src/*.o src/*_stubs.s icons/*.o version.o
|
||||
|
||||
rm -f $(TESTS) $(addsuffix .o,$(basename $(TESTS)))
|
||||
rm -f $(TESTS) $(addsuffix .o,$(basename $(TESTS))) tests/tap/basic.o
|
||||
rm -f $(TOOLS) $(addsuffix .o,$(basename $(TOOLS)))
|
||||
rm -f $(TOOL_DLLS)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user