Skip to content

Instantly share code, notes, and snippets.

@minikomi
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minikomi/5503c205ffd79f09082a to your computer and use it in GitHub Desktop.
Save minikomi/5503c205ffd79f09082a to your computer and use it in GitHub Desktop.
36c36
< SDLLIBS := `sdl2-config --libs` -lSDL2_image
---
> SDLLIBS := `sdl2-config --libs` -lSDL2_image -framework Cocoa
132c132
< @echo -n '#define REVISION "' >> ./src/version.h
---
> @printf "%s" '#define REVISION "' >> ./src/version.h
141,142c141,142
< @echo -n '#define VERSION "' >> src/version_number.h
< @echo -n `cat src/version` >> src/version_number.h
---
> @printf "%s" '#define VERSION "' >> src/version_number.h
> @printf "%s" `cat src/version` >> src/version_number.h
232c232
<
\ No newline at end of file
---
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment