mirror of
https://github.com/github/codeql.git
synced 2026-08-01 07:53:00 +02:00
We no longer need the platform-specific directories, so simplify the test organization. If you want to retain the `linux` directory for two tests, or not do this at all, just skip merging this PR. It's purely optional.
5 lines
104 B
Makefile
5 lines
104 B
Makefile
all:
|
|
# If the Makefile isn't used, then todel.go will be seen and fail the build.
|
|
rm todel.go
|
|
go get
|