Skip to content

Instantly share code, notes, and snippets.

@sarahhodne
Created March 8, 2012 07:38
Show Gist options
  • Save sarahhodne/1999430 to your computer and use it in GitHub Desktop.
Save sarahhodne/1999430 to your computer and use it in GitHub Desktop.
.PHONY: all clean
all: bananarepublic
OBJS=bananarepublic
CFLAGS=-O3 -Wall -g3 -march=native
clean:
rm -fv *.o $(OBJS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment