diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-11 20:46:29 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-11 20:46:29 +0000 |
commit | 07298b03567f75a9fec7e7722dec731fbcc7fef4 (patch) | |
tree | 24daa803b72ac0b7b1cf3ecdaa8387d1c57c7d36 /resources/makefile | |
parent | update (diff) | |
download | faultreiber-07298b03567f75a9fec7e7722dec731fbcc7fef4.tar.gz faultreiber-07298b03567f75a9fec7e7722dec731fbcc7fef4.zip |
update
Diffstat (limited to 'resources/makefile')
-rw-r--r-- | resources/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/makefile b/resources/makefile index 86f0a6b..0eed3ab 100644 --- a/resources/makefile +++ b/resources/makefile @@ -82,10 +82,10 @@ $(TARGET): $(TARGET).o read.o aggregate.o structs.o $(TARGET)-static: $(TARGET).o read.o aggregate.o structs.o $(CC) $^ $(LD_FLAGS) -static -o $@ -$(TARGET)-dbg: $(TARGET).odbg read.o aggregate.o structs.o +$(TARGET)-dbg: $(TARGET).odbg read.odbg aggregate.odbg structs.odbg $(CC) $^ $(LD_FLAGS) -g -o $@ -$(TARGET)-cov: $(TARGET).ocov read.o aggregate.o structs.o +$(TARGET)-cov: $(TARGET).ocov read.ocov aggregate.ocov structs.ocov $(CC) $^ $(LD_FLAGS) $(COV_LD) -o $@ cov: |