diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-17 12:24:56 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-17 12:24:56 +0100 |
commit | 4694db1f84cecd3b74bb53ec8b514a2415d14c92 (patch) | |
tree | d6151de632466e5fedb93632e23ad37bb07ee118 /monitor | |
parent | 22e10714136907fb23fbede16681438a0fb41d1a (diff) | |
download | SystDigit-Projet-4694db1f84cecd3b74bb53ec8b514a2415d14c92.tar.gz SystDigit-Projet-4694db1f84cecd3b74bb53ec8b514a2415d14c92.zip |
Continuation
Diffstat (limited to 'monitor')
-rw-r--r-- | monitor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/Makefile b/monitor/Makefile index 92b7a60..09e2130 100644 --- a/monitor/Makefile +++ b/monitor/Makefile @@ -2,7 +2,7 @@ CF=main.c disp.c mon.c HF=mon.h mon: $(CF) $(HF) - gcc -o $@ $(CF) -lcurses -O2 + gcc -o $@ $(CF) -lcurses -O3 clean: rm mon |