Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107168195
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
Sat, Apr 5, 13:54
Size
296 B
Mime Type
text/x-makefile
Expires
Mon, Apr 7, 13:54 (2 d)
Engine
blob
Format
Raw Data
Handle
25356963
Attached To
rSTICAZZI yearII_reports
Makefile
View Options
CC = g++
CFLAGS = -std=c++0x -Wall -g
EXEC_NAME = Exercice2
INCLUDES =
LIBS =
OBJ_FILES = Exercice2.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