doc/examples/linux-fs-simple: use $(BARECTF), no view target
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 7 Apr 2016 04:05:50 +0000 (00:05 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 7 Apr 2016 04:07:20 +0000 (00:07 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
doc/examples/linux-fs-simple/Makefile

index cc3f847f16c516de3a78a8fbeacdbffc93695d98..1e65b5aea94b50e434d3099fd67a3918d9c8040f 100644 (file)
@@ -8,7 +8,7 @@ CFLAGS = -O2 -Wall -pedantic -std=gnu99 -I$(PLATFORM_DIR) -I.
 TARGET = linux-fs-simple
 OBJS = $(TARGET).o barectf.o barectf-platform-linux-fs.o
 
-.PHONY: all view clean
+.PHONY: all view
 
 all: $(TARGET)
 
@@ -19,7 +19,7 @@ $(TARGET): $(OBJS)
        $(CC) -o $@ $^
 
 ctf/metadata barectf-bitfield.h barectf.h barectf.c: config.yaml ctf
-       barectf $< -m ctf
+       $(BARECTF) $< -m ctf
 
 barectf.o: barectf.c
        $(CC) $(CFLAGS) -c $<
This page took 0.024651 seconds and 4 git commands to generate.