diff options
| author | Thomas Schmucker <ts@its1.de> | 2024-09-06 21:52:08 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2024-09-06 21:52:08 +0200 |
| commit | c353b1a162065e4efb7da30d8e57631654ebd6fc (patch) | |
| tree | 782381d9782578e3313ccd1cc6e24aa9ce2f9c2c /makefile | |
| parent | 9e8caf1e06ba7510160305da11a30d91dcfc23e5 (diff) | |
| download | data-structures-c353b1a162065e4efb7da30d8e57631654ebd6fc.tar.gz data-structures-c353b1a162065e4efb7da30d8e57631654ebd6fc.tar.bz2 data-structures-c353b1a162065e4efb7da30d8e57631654ebd6fc.zip | |
noch mehr code aufräumen
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -19,7 +19,7 @@ BINS=bin/allocator \ | |||
| 19 | bin/stack-array \ | 19 | bin/stack-array \ |
| 20 | bin/stack-linked-list | 20 | bin/stack-linked-list |
| 21 | 21 | ||
| 22 | CFLAGS=-Wall -Werror -Wextra -Wno-unused-function -Wsign-conversion -pedantic -std=c99 -g | 22 | CFLAGS=-Wall -Werror -Wextra -Wno-unused-function -Wsign-conversion -pedantic -std=c17 -g |
| 23 | 23 | ||
| 24 | all: $(BINS) | 24 | all: $(BINS) |
| 25 | 25 | ||
