This website requires JavaScript.
Explore
Help
Sign In
dvoisin
/
aro
Archived
Watch
1
Star
0
Fork
0
You've already forked aro
Code
Issues
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2019-10-23
. You can view files and clone it, but cannot push or open issues or pull requests.
347da4f10d
aro
/
makefile
9 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
travail courant
2019-10-22 12:34:33 +02:00
CC
=
gcc
OPT
=
-Wall -std
=
c11 -g
LIB
=
-lglpk
all
:
test
test
:
test
.
c
test
.
h
nettoyage
2019-10-22 13:58:46 +02:00
$(
CC
)
$<
$(
OPT
)
$(
LIB
)
-o
$@
Reference in New Issue
Copy Permalink