diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index de0c9f6..0a72955 100644 --- a/src/Makefile +++ b/src/Makefile | |||
| @@ -29,7 +29,7 @@ $(TIMESTAMPS): $(TIMESTAMP_DIR)/%.t: %.c | $(TIMESTAMP_DIR) | |||
| 29 | touch $@ | 29 | touch $@ |
| 30 | 30 | ||
| 31 | main tests: %: %.c $(TIMESTAMPS) | 31 | main tests: %: %.c $(TIMESTAMPS) |
| 32 | $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@ | 32 | $(CC) -D_GNU_SOURCE=1 $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@ |
| 33 | 33 | ||
| 34 | 34 | ||
| 35 | # Phony rules | 35 | # Phony rules |
