No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile 64B

1234567
  1. default: send
  2. send:
  3. git pull
  4. git add .
  5. git commit
  6. git push