Skip to content

Commit

Permalink
Remove outdated make server target
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Feb 19, 2024
1 parent ebcf24a commit cc3c733
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ rule() {
./scripts/update_suite.rb # run regression tests
;; testci)
ruby scripts/update_suite.rb -s -d # -s: run tests sequentially instead of in parallel such that output is not scrambled, -d shows some stats?
;; server)
rsync -avz --delete --exclude='/.git' --exclude='server.sh' --exclude-from="$(git ls-files --exclude-standard -oi --directory > /tmp/excludes; echo /tmp/excludes)" . serverseidl6.informatik.tu-muenchen.de:~/analyzer2
ssh serverseidl6.informatik.tu-muenchen.de 'cd ~/analyzer2; make nat && make test'

;; *)
echo "Unknown action '$1'. Try clean, native, byte, profile or doc.";;
Expand Down

0 comments on commit cc3c733

Please sign in to comment.