FreeCalypso > hg > ice1-trau-tester
comparison Makefile @ 17:42373f9992cc
top Makefile: add ater
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 24 Jun 2024 07:20:17 +0000 |
parents | 90e78243d367 |
children | cd7448724d74 |
comparison
equal
deleted
inserted
replaced
16:4ffe22f5b4b5 | 17:42373f9992cc |
---|---|
1 PROGDIR=pcm | 1 PROGDIR=ater pcm |
2 LIBDIR= libutil | 2 LIBDIR= libutil |
3 SUBDIR= ${PROGDIR} ${LIBDIR} | 3 SUBDIR= ${PROGDIR} ${LIBDIR} |
4 DESTDIR= | 4 DESTDIR= |
5 | 5 |
6 all: ${SUBDIR} | 6 all: ${SUBDIR} |
7 | 7 |
8 ater: libutil | |
8 pcm: libutil | 9 pcm: libutil |
9 | 10 |
10 ${SUBDIR}: FRC config.defs | 11 ${SUBDIR}: FRC config.defs |
11 cd $@; ${MAKE} ${MFLAGS} | 12 cd $@; ${MAKE} ${MFLAGS} |
12 | 13 |