Merge pull request #6 from sgk/master

Additional small changes
This commit is contained in:
OSQZSS 2015-06-30 18:34:10 +09:00
commit 6dae2df2c8
2 changed files with 7 additions and 1 deletions

6
.gitignore vendored
View File

@ -32,3 +32,9 @@ gps-sdr-sim-lut
# Debug files
*.dSYM/
# Output
gpssim.bin
# Temporary files
*.swp

View File

@ -5,7 +5,7 @@ all: gps-sdr-sim gps-sdr-sim-lut
SHELL=/bin/bash
CC=gcc
CFLAGS=-fopenmp
CFLAGS=-fopenmp -O3
LDFLAGS=-lm -fopenmp
gps-sdr-sim: gpssim.o