blob: 528c4a784ebad7f90e65ded56fdad16ff1f25612 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PRJ=.
PRJNAME=readlicense
TARGET=source
# ------------------------------------------------------------------
.INCLUDE: settings.mk
# ------------------------------------------------------------------
$MAKEALLTARGETS: convert
convert:
@+-$(PERL) conv.pl -o $(MISC)
# ------------------------------------------------------------------
.INCLUDE: target.mk
# ------------------------------------------------------------------
|