diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CCOPTS = --std=gnu99 -Wall -Werror +CCOPTS = --std=gnu99 -Wall -Werror -O2 all: cc $(CCOPTS) src/main.c -o gitaccess |
index : gitaccess.git | ||
Scripts to manage git repository access |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -1,4 +1,4 @@ -CCOPTS = --std=gnu99 -Wall -Werror +CCOPTS = --std=gnu99 -Wall -Werror -O2 all: cc $(CCOPTS) src/main.c -o gitaccess |
Generated by cgit