repo.or.cz
/
fx2lib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make comportable with SDCC 3.9.0 (sdcclib was replaced with sdar utility
[fx2lib.git]
/
examples
/
Makefile
blob
4ff5f81c655f56dd1dc56ab349fef2d4d8b1db48
1
DIRS
=
bulkloop debugdevice debugdevice_full_duplex eeprom i2c lights reset serial timers usbmon_c
2
3
.PHONY
:
dirs
$(
DIRS
)
clean
4
5
dirs
: $(
DIRS
)
6
clean
: $(
DIRS
)
7
8
$(
DIRS
):
9
$(
MAKE
) -
C
$
@
$(
MAKECMDGOALS
)
10