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.

18 lines
264 B

  1. SQUIRREL=.
  2. MAKE=make
  3. sq32:
  4. cd squirrel; $(MAKE)
  5. cd sqstdlib; $(MAKE)
  6. cd sq; $(MAKE)
  7. sqprof:
  8. cd squirrel; $(MAKE) sqprof
  9. cd sqstdlib; $(MAKE) sqprof
  10. cd sq; $(MAKE) sqprof
  11. sq64:
  12. cd squirrel; $(MAKE) sq64
  13. cd sqstdlib; $(MAKE) sq64
  14. cd sq; $(MAKE) sq64