comparison target-utils/Makefile @ 38:5b3d7398d2d9

target-utils top level Makefile buglet
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 13 May 2013 20:40:44 +0000
parents 796da8d60b23
children c9768f5fb329
comparison
equal deleted inserted replaced
37:437f9365249c 38:5b3d7398d2d9
1 PROGS= helloapp loadagent 1 PROGS= helloapp loadagent
2 LIBS= libcommom libload libprintf 2 LIBS= libcommon libload libprintf
3 SUBDIR= ${PROGS} ${LIBS} 3 SUBDIR= ${PROGS} ${LIBS}
4 4
5 default: loadagent 5 default: loadagent
6 all: ${PROGS} 6 all: ${PROGS}
7 7