File: Makefile

package info (click to toggle)
slxfig 0.2.0~.138-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,196 kB
  • sloc: sh: 3,086; ansic: 598; makefile: 265; php: 6
file content (12 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
SUBDIRS = \
  3d \
  draw \
  transparent \
  pict \
  plot \
  polyline

all clean distclean:
	@for subdir in $(SUBDIRS); do \
	  make -C $$subdir $@; \
	done