Skip to content

Commit

Permalink
doc/examples/linux-fs-simple: use $(BARECTF), no view target
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
  • Loading branch information
eepp committed Apr 7, 2016
1 parent 0960480 commit 855ba17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/examples/linux-fs-simple/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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 $<
Expand Down

0 comments on commit 855ba17

Please sign in to comment.