Files
wxWidgets/samples/html/Makefile.in
T
1999-10-31 22:02:03 +00:00

25 lines
408 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