Skip to content

Instantly share code, notes, and snippets.

Created January 6, 2013 10:56
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 anonymous/4466550 to your computer and use it in GitHub Desktop.
Save anonymous/4466550 to your computer and use it in GitHub Desktop.
CC=gcc
CFLAGS=-Wall -g -lm `sdl-config --cflags --libs` -lSDL_ttf
all: clean main
main: ustring.o expression.o lexer.o parser.o draw.o sdl_graf.o colour.o
clean:
rm -f *.o
rm -f main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment