1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-02-13 19:44:53 +00:00
Files
DoctorWkt.unix-jun72/Makefile
tim.newsham 66f8d30226 - Switching over from old build system to new build system
- build directory has a Makefile which does the building instead
    of using various scripts in tools.
  - top level Makefile builds tools and the build subdirectory
  - images get installed in an images directory
  - simplified build instructions documented in Readme
  - tape image no longer needed in svn.  built by build.
  - simh now references files in the images directory.
2008-05-10 19:07:00 +00:00

6 lines
52 B
Makefile

all :
(cd tools; make)
(cd build; make install)