source: git/ntl/Makefile @ 09da99

spielwiese
Last change on this file since 09da99 was 09da99, checked in by Hans Schönemann <hannes@…>, 20 years ago
*hannes: NTL- 5.3.1 git-svn-id: file:///usr/local/Singular/svn/trunk@6910 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 259 bytes
Line 
1# $Id: Makefile,v 1.2 2003-11-03 17:31:19 Singular Exp $
2#################################################
3SHELL           = /bin/sh
4
5##
6## Primary targets
7##
8
9all: 
10        cd src;$(MAKE);cd ..
11
12install:        all
13        cd src;$(MAKE) install;cd ..
14
15clean:
16        cd src;$(MAKE) clean;cd ..
Note: See TracBrowser for help on using the repository browser.