Skip to content

Commit

Permalink
Add Makefile rule for rawspec_fbutils test program
Browse files Browse the repository at this point in the history
  • Loading branch information
david-macmahon committed Dec 19, 2017
1 parent a1bb285 commit 9ea3d22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
rawspec_fbutils
fileiotest
librawspec.so
rawspec
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ fileiotest: librawspec.so
fileiotest: fileiotest.o
$(VERBOSE) $(NVCC) $(NVCC_FLAGS) $(GENCODE_FLAGS) -o $@ $^ -L. -lrawspec

rawspec_fbutils: rawspec_fbutils.c rawspec_fbutils.h
$(CC) -o $@ -DFBUTILS_TEST -ggdb -O0 $< -lm

install: rawspec.h librawspec.so
mkdir -p $(BINDIR)
cp -p rawspec $(BINDIR)
Expand Down

0 comments on commit 9ea3d22

Please sign in to comment.