wxWidgets/samples/html/Makefile.in
Gilles Depeyrot 6616a36dbf use $(MAKE) instead of make
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-10-18 21:22:05 +00:00

25 lines
456 B
Makefile

#
# Makefile : Builds html samples for Unix.
#
all:
cd about && $(MAKE)
cd help && $(MAKE)
cd helpview && $(MAKE)
cd printing && $(MAKE)
cd test && $(MAKE)
cd virtual && $(MAKE)
cd widget && $(MAKE)
cd zip && $(MAKE)
clean:
cd about && $(MAKE) clean
cd help && $(MAKE) clean
cd helpview && $(MAKE) clean
cd printing && $(MAKE) clean
cd test && $(MAKE) clean
cd virtual && $(MAKE) clean
cd widget && $(MAKE) clean
cd zip && $(MAKE) clean