5750816 [rkeene@sledge /home/rkeene/devel/old/vmi586]$ cat -n Makefile
 1 CC = gcc
 2 CCDOS = gcc-dos
 3 FILE = 0
 4 DEBUG = 2
 5 FLAGS = -O -DUSEFILE=0 -Wall -DDEBUG=$(DEBUG) -DCHECK_INSTRUCTIONS $(CMD)
 6 
 7 bin:
 8     $(CC) $(FLAGS) main.c -o main
 9 
10 dos:
11     $(CCDOS) $(FLAGS) main.c -o main.exe
12 
13 all:    bin dos

Makefile is the makefile, used for GNU `make'
5750817 [rkeene@sledge /home/rkeene/devel/old/vmi586]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 1999-08-07 23:35:24