Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to cours2
cours2
: Makefile.linux
File Makefile.linux,
227 bytes
(added by
fpecheux
,
15 years ago
)
Line
1
TARGET_ARCH = linux
2
3
CC = g++
4
OPT = -O3
5
DEBUG = -g
6
OTHER = -Wall -Wno-deprecated
7
CFLAGS = $(OTHER) $(DEBUG)
8
# CFLAGS = $(DEBUG) $(OTHER)
9
10
MODULE = run
11
SRCS = main.cpp
12
OBJS = $(SRCS:.cpp=.o)
13
14
include ./Makefile.defs
15
Download in other formats:
Original Format