File: Makefile

package info (click to toggle)
kicad 9.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 769,124 kB
  • sloc: cpp: 960,330; ansic: 121,001; xml: 66,428; python: 18,382; sh: 1,010; awk: 301; asm: 292; makefile: 227; javascript: 167; perl: 10
file content (6 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
CXXFLAGS = -I../.. -I../../boost

all: delegate_example coroutine_example

delegate_example:	delegate_example.cpp
	g++ -o $@ $^ $(CXXFLAGS)