racketscript / racketscript-playground

Online playground from RacketScript
MIT License
19 stars 9 forks source link

Further improve and simplify the Makefile #13

Closed glebm closed 7 years ago

glebm commented 7 years ago
  1. Keep symlinks in the repo instead of building them.
  2. Correctly specify order-only prerequisites for build/server and build/client.
  3. Remove examples/default.rkt edge case handling Instead, handle the default example selection in the client, where the first item in the list is now selected. This is better for the UI as well (the item selected by default should always be the first one).
vishesh commented 7 years ago

Thanks!