Makefile 624 B

12345678910111213141516
  1. lin64:
  2. ./compiler ./source/Compiler.ob07 linux64exe -out ./bin/compiler -stk 2
  3. lin32:
  4. ./compiler ./source/Compiler.ob07 linux32exe -out ./bin/compiler32 -stk 2
  5. lin64sample1:
  6. ./compiler ./samples/linux/hello.ob07 linux64exe -out ./bin/hello -stk 2
  7. ./bin/hello
  8. lin64sample2:
  9. ./compiler ./samples/linux/x11/animation.ob07 linux64exe -out ./bin/animation -stk 2
  10. ./bin/animation
  11. win64:
  12. ./compiler ./source/Compiler.ob07 win64con -out ./bin/Compiler.exe -stk 2
  13. win32:
  14. ./compiler ./source/Compiler.ob07 win32con -out ./bin/Compiler32.exe -stk 2
  15. kos:
  16. ./compiler ./source/Compiler.ob07 kosexe -out ./bin/Compiler.kex -stk 2