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

ALL = howto-add_fd-and-popen$(EXEEXT) \
      howto-parse-args$(EXEEXT) \
      howto-text-over-image-button$(EXEEXT) \
      table-as-container$(EXEEXT) \
      table-with-keyboard-nav$(EXEEXT) \
      tabs-simple$(EXEEXT) \
      tree-simple$(EXEEXT) \
      wizard-simple$(EXEEXT)

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

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