Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97160962
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
Fri, Jan 3, 01:25
Size
296 B
Mime Type
text/x-makefile
Expires
Sun, Jan 5, 01:25 (2 d)
Engine
blob
Format
Raw Data
Handle
23340668
Attached To
rSTICAZZI yearII_reports
Makefile
View Options
CC = g++
CFLAGS = -std=c++0x -Wall -g
EXEC_NAME = Exercice3
INCLUDES =
LIBS =
OBJ_FILES = Exercice3.o
all : $(EXEC_NAME)
clean :
rm -f $(EXEC_NAME) $(OBJ_FILES) *.out
$(EXEC_NAME) : $(OBJ_FILES)
$(CC) -o $(EXEC_NAME) $(OBJ_FILES) $(LIBS)
%.o: %.cpp
$(CC) $(CFLAGS) $(INCLUDES) -o $@ -c $<
Event Timeline
Log In to Comment