Counter Strike : Global Offensive Source Code
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.

8 lines
127 B

  1. blast: blast.c blast.h
  2. cc -DTEST -o blast blast.c
  3. test: blast
  4. blast < test.pk | cmp - test.txt
  5. clean:
  6. rm -f blast blast.o