Makefile updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-08-14 11:14:39 +00:00
parent 549c6f67f9
commit b1683d3899
46 changed files with 140 additions and 90 deletions

10
samples/html/Makefile.in Normal file
View File

@@ -0,0 +1,10 @@
#
# Makefile : Builds html samples for Unix.
#
all:
cd about; make
clean:
cd about; make clean