Skip to content

Commit

Permalink
Accept argument for output path
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kroh committed Jul 11, 2015
1 parent b26c09d commit 0cac785
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
O?=..

all:
find . ! -path "./.git*" \
! -path "./README.md" \
! -path "./Makefile" \
| cpio -H newc -ov > ../initrd.img
| cpio -H newc -ov > $(O)/initrd.img

0 comments on commit 0cac785

Please sign in to comment.