File: makefile

package info (click to toggle)
concurrentqueue 1.0.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,648 kB
  • sloc: cpp: 37,303; makefile: 88; ansic: 67; python: 46; sh: 18
file content (9 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
# ©2013-2014 Cameron Desrochers

include ../../build/makefile.inc

default:
	$(MAKE) -C ../../build bin/fuzztests$(EXT)

run: default
	../../build/bin/fuzztests$(EXT)