Skip to content

Instantly share code, notes, and snippets.

@axelson
Created October 25, 2009 08:28
Show Gist options
  • Save axelson/217961 to your computer and use it in GitHub Desktop.
Save axelson/217961 to your computer and use it in GitHub Desktop.
CCC = g++
CXXFLAGS = -g3 -Wall -Wextra
all: a test
a:
c:
rm -f a
test:
./a
clean:
rm -f a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment