Subversion Repositories programming

Rev

Rev 300 | Rev 304 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 300 Rev 301
Line 8... Line 8...
8
 
8
 
9
clean:
9
clean:
10
	rm -f *~ *.o proj1-seq proj1-par
10
	rm -f *~ *.o proj1-seq proj1-par
11
 
11
 
12
proj1-seq:
12
proj1-seq:
13
	$(CC) $(CFLAGS) proj1.c -o proj1-seq
13
	$(CC) $(CFLAGS) proj1-sequential.c -o proj1-seq
14
 
14
 
15
proj1-par:
15
proj1-par:
16
	$(CC) $(CFLAGS) proj1-parallel.c -o proj1-par
16
	$(CC) $(CFLAGS) proj1-parallel.c -o proj1-par