1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-09-29 02:16:02 +03:00

usrp/: gave tools slightly more self-explaining names

- usrp/d.c: renamed to avg.c
- usrp/p.c: renamed to peak.c
- usrp/Makefile (all): renamed for d and p
- usrp/plot: renamed to plpk
This commit is contained in:
Werner Almesberger 2010-11-12 11:56:12 -03:00
parent 044c1528c7
commit e76af7dd9a
4 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CFLAGS=-Wall -O9 CFLAGS=-Wall -O9
LDFLAGS=-lm LDFLAGS=-lm
all: p d all: peak avg