11 lines
100 B
Makefile
11 lines
100 B
Makefile
|
#
|
||
|
# Makefile : Builds html samples for Unix.
|
||
|
#
|
||
|
|
||
|
all:
|
||
|
cd about; make
|
||
|
|
||
|
clean:
|
||
|
cd about; make clean
|
||
|
|