This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
lc-coreboot
Watch
1
Star
0
Fork
0
Code
Releases
28
Wiki
Activity
Browse Source
ifdtool: remove .dependencies dir in distclean
pull/35/head
Martin Kepplinger
6 years ago
parent
40ba8d6964
commit
221fd8a3a4
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
util/ifdtool/Makefile
+ 1
- 0
util/ifdtool/Makefile
View File
@ -31,6 +31,7 @@ $(PROGRAM): $(OBJS)
clean
:
rm -f
$(
PROGRAM
)
*.o *~
distclean
:
clean
rm -rf .dependencies
dep
:
@
$(
CC
)
$(
CFLAGS
)
-MM *.c > .dependencies
Write
Preview
Loading…
Cancel
Save