Skip to content

Commit

Permalink
Makefile: delete sys/gen and sys/register.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tarasmadan committed Feb 18, 2025
1 parent f286797 commit 9a14138
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,7 @@ test: descriptions
$(GO) test -short -coverprofile=.coverage.txt ./...

clean:
rm -rf ./bin .descriptions executor/defs.h executor/syscalls.h
find sys/*/gen -type f -not -name empty.go -delete
rm -rf ./bin .descriptions executor/defs.h executor/syscalls.h sys/gen sys/register.go

# For a tupical Ubuntu/Debian distribution.
# We use "|| true" for apt-get install because packages are all different on different distros.
Expand Down

0 comments on commit 9a14138

Please sign in to comment.