Skip to content

Commit

Permalink
Improve Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
shinh committed Jul 6, 2011
1 parent 4094932 commit 2d01964
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
@@ -1,4 +1,11 @@
CXXFLAGS=-g -O -W -Wall

EXES=dwarfzip

all: dwarfzip

dwarfzip: binary.o dwarfzip.o
$(CXX) -o $@ $^

clean:
rm -f *.o $(EXES)

0 comments on commit 2d01964

Please sign in to comment.