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