diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-04-18 23:17:25 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-04-18 23:17:25 -0400 |
commit | 1a11ab00d898c4484bc0f518a1d53b1f4cbf5fb4 (patch) | |
tree | 870a9e909d20235e09b4b1b613536ecaf05b17a2 /Makefile | |
parent | 8e11f269ce352df26af7c44d283131494dcd70fa (diff) |
SD cardgit status FAT32git status Beautiful!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ INITRD = initrd.img all: $(OUT) -$(OUT): $(OFILES) initrd/init libinterp.a +$(OUT): $(OFILES) initrd/* libinterp.a @echo " INITRD " $(INITRD) @rm -f $(INITRD) @$(AR) $(INITRD) initrd/* |