wxWidgets/samples/html/Makefile.in
Robert Roebling b1683d3899 Makefile updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-08-14 11:14:39 +00:00

11 lines
100 B
Makefile

#
# Makefile : Builds html samples for Unix.
#
all:
cd about; make
clean:
cd about; make clean