summaryrefslogtreecommitdiff
path: root/examples/Makefile
blob: c55891a3c5acdb5c96d4e076740189ecb6f69c6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include ../makeinclude

ALL = howto-add_fd-and-popen$(EXEEXT) \
      tabs-simple$(EXEEXT) \
      tree-simple$(EXEEXT) \
      wizard-simple$(EXEEXT)

# default target -- build everything
default: $(ALL)

tabs-simple$(EXEEXT): tabs-simple.cxx
	fltk-config --compile tabs-simple.cxx

# clean everything
clean:
	$(RM) $(ALL)
	$(RM) *.o
	$(RM) core