Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Makefile [WIP] #64

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open

[WIP] Makefile [WIP] #64

wants to merge 38 commits into from

Commits on Apr 8, 2016

  1. Add make to Dockerfile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    9862890 View commit details
    Browse the repository at this point in the history
  2. First draft of global Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    cb2d7ee View commit details
    Browse the repository at this point in the history
  3. Elixir Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    33fd16f View commit details
    Browse the repository at this point in the history
  4. Added fallback into Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    2f6ddda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    214b6e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bc8e2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20f2da8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    899209c View commit details
    Browse the repository at this point in the history
  9. Makefile for D

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    cb47529 View commit details
    Browse the repository at this point in the history
  10. [bash] add Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    c7dd930 View commit details
    Browse the repository at this point in the history
  11. [clojure] add Makefile

    I'm not quite happy with this, since it the time used to compile the
    file into a java-class is counted in as time processing time in the
    contest.
    
    But I'll leave it as is for the following reasons:
    
    * It was this way before considering the `run_commands.txt`
    * I haven't found a way to do it better without introducing build tools
    
    So the “maintainers” of clojure need to chime in here and find a proper
    way of precompiling it. Or let everything as is, if it is the clojure
    way.
    
    Also I have removed downloading `clojure.jar` from `Dockerfile` and put
    it in clojures `Makefile`. This way, it is not necessary to rebuilt the
    image just to update it's version, also the clojure related JAR isn't
    lingering in the project root anymore ;)
    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    57c2284 View commit details
    Browse the repository at this point in the history
  12. [base] add Makefile.template

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    c1de5d5 View commit details
    Browse the repository at this point in the history
  13. [go] add Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    7834300 View commit details
    Browse the repository at this point in the history
  14. [haskell] add Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    ce19357 View commit details
    Browse the repository at this point in the history
  15. [java] add Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    829dbfb View commit details
    Browse the repository at this point in the history
  16. [javascript] add Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    aedf5c0 View commit details
    Browse the repository at this point in the history
  17. [julia] add Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    7eeaed6 View commit details
    Browse the repository at this point in the history
  18. [lua] add Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    529da3e View commit details
    Browse the repository at this point in the history
  19. [perl] add Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    6d18bfb View commit details
    Browse the repository at this point in the history
  20. [rust] add Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    f5e225a View commit details
    Browse the repository at this point in the history
  21. [scala] add Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    acf8bd6 View commit details
    Browse the repository at this point in the history
  22. [typescript] Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    a22853a View commit details
    Browse the repository at this point in the history
  23. [elixir] remove from scripts/build.sh

    Elixir was one of THE first languages that got a Makefile, I just did
    forgot to remove it from that script back then.
    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    90e2437 View commit details
    Browse the repository at this point in the history
  24. [elixir] [go] fixed Makefile

    Both errors slipped through before, because I was in a hurry when doing
    them and I forgot to test them.
    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    f4a5a27 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7e39da8 View commit details
    Browse the repository at this point in the history
  26. [c] add Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    7aa76f3 View commit details
    Browse the repository at this point in the history
  27. [csharp] add Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    4bb4eed View commit details
    Browse the repository at this point in the history
  28. [base] gitignore update

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    c588dbd View commit details
    Browse the repository at this point in the history
  29. [base] remove scripts/build.sh

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    c662a98 View commit details
    Browse the repository at this point in the history
  30. [php5.6] prepared folder

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    fb22e4d View commit details
    Browse the repository at this point in the history
  31. [php5.6] add Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    f3be8e8 View commit details
    Browse the repository at this point in the history
  32. [php7.0] add Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    35fdf39 View commit details
    Browse the repository at this point in the history
  33. [python] split

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    31441f7 View commit details
    Browse the repository at this point in the history
  34. [py2_baseline] add Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    3354d90 View commit details
    Browse the repository at this point in the history
  35. [py2] add Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    b645991 View commit details
    Browse the repository at this point in the history
  36. [py3] add Makefile

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    98bc2f1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    adad903 View commit details
    Browse the repository at this point in the history
  38. [base] fetch testdata

    NobbZ committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    11c1931 View commit details
    Browse the repository at this point in the history