10 lines
168 B
Makefile
10 lines
168 B
Makefile
|
|
# ©2013-2014 Cameron Desrochers
|
||
|
|
|
||
|
|
include ../../build/makefile.inc
|
||
|
|
|
||
|
|
default:
|
||
|
|
$(MAKE) -C ../../build bin/fuzztests$(EXT)
|
||
|
|
|
||
|
|
run: default
|
||
|
|
../../build/bin/fuzztests$(EXT)
|