Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119445084
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jun 26, 20:45
Size
414 B
Mime Type
text/x-makefile
Expires
Sat, Jun 28, 20:45 (2 d)
Engine
blob
Format
Raw Data
Handle
27029809
Attached To
R10834 Project_multiproc
Makefile
View Options
CC = gcc
CFLAGS = -std=gnu99 -O3 -fopenmp -Wall
<<<<<<< HEAD
all: assignment2_final
assignment2_final: assignment2.c utility.h algorithm_final.c
$(CC) $(CFLAGS) $< -o $@
clean:
rm -f assignment2_final *.o
=======
all: assignment2_tile
assignment2_tile: assignment2.c utility.h algorithm_T_tile.c
$(CC) $(CFLAGS) $< -o $@
clean:
rm -f assignment2_tile *.o
>>>>>>> c2ed166336803b3ebe18d995ed757873fc942aef
Event Timeline
Log In to Comment