Skip to content

Commit

Permalink
Add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tknarr committed Jul 20, 2015
1 parent 73726c3 commit 39f50dc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.PHONY: all clean

all: nvram_dump nvram_build

nvram_dump: nvram_dump.c

nvram_build: nvram_build.c

clean:
rm -f nvram_dump nvram_build

0 comments on commit 39f50dc

Please sign in to comment.