11 lines
182 B
Makefile
11 lines
182 B
Makefile
#This Makefile created by makeMakefile.pl
|
|
|
|
|
|
all :
|
|
$(MAKE) -f ../Makefile TOP=../.. T_A=linux-arm $@
|
|
|
|
.DEFAULT: force
|
|
$(MAKE) -f ../Makefile TOP=../.. T_A=linux-arm $@
|
|
|
|
force: ;
|