diff options
| author | Thomas Schmucker <ts@its1.de> | 2020-10-31 09:32:58 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2020-10-31 09:32:58 +0100 |
| commit | 8f580522d6c499ba9a73cff0be6563171c506bfb (patch) | |
| tree | f1f2eb5fd4cc1c885dd0647c497140229084aaff /makefile | |
| parent | 784f93c625260942c1961c3034ee9b57d253c696 (diff) | |
| download | data-structures-8f580522d6c499ba9a73cff0be6563171c506bfb.tar.gz data-structures-8f580522d6c499ba9a73cff0be6563171c506bfb.tar.bz2 data-structures-8f580522d6c499ba9a73cff0be6563171c506bfb.zip | |
Benutze util.h für ERROR-Handling
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -49,7 +49,7 @@ quicksort: quicksort.c util.h | |||
| 49 | allocator: allocator.c allocator.h | 49 | allocator: allocator.c allocator.h |
| 50 | cc $(CFLAGS) $< -o $@ | 50 | cc $(CFLAGS) $< -o $@ |
| 51 | 51 | ||
| 52 | arraylist: arraylist.c | 52 | arraylist: arraylist.c util.h |
| 53 | cc $(CFLAGS) $< -o $@ | 53 | cc $(CFLAGS) $< -o $@ |
| 54 | 54 | ||
| 55 | clean: | 55 | clean: |
