calendar

BSD calendar reimplementation
git clone https://git.ce9e.org/calendar.git

commit
85161fc38353cfdec124625e7b88fbdc034daf19
parent
191b436d5eed43c047fc09817d4ff0290c3cdbad
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-12-18 10:59
activate optimization

Diffstat

M Makefile 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/Makefile b/Makefile

@@ -1,7 +1,7 @@
    1     1 all: calendar
    2     2 
    3     3 %: %.c
    4    -1 	gcc -Wall --std=c99 -pedantic -s $< -o $@
   -1     4 	gcc -Wall --std=c99 -pedantic -O2 -s $< -o $@
    5     5 
    6     6 run_tests: test
    7     7 	./test