diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2016-01-04 23:28:01 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2016-01-04 23:28:01 -0300 |
commit | 2a41abbed0dfb70447a9c83b17b6d98fcb3c65c6 (patch) | |
tree | 1b45eb4a8ac37f346b82f5f6dcfaa5f9e42aad1a /Makefile | |
parent | 2f11d2b1088dcd5d8391d4bd61e342db6198be07 (diff) | |
download | profile-2a41abbed0dfb70447a9c83b17b6d98fcb3c65c6.tar.gz |
Finish struct rusage struct fields.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ CC=clang -CFLAGS=-Wall -Wextra -O0 -g +# Enable _ALLOW_UNMANTAINED for non Linux systems +CFLAGS=-Wall -Wextra -O0 -g # -D_ALLOW_UNMANTAINED EXE=profile SOURCES=profile.c |