diff options
Diffstat (limited to 'schulung_tools/malloc/Makefile')
| -rw-r--r-- | schulung_tools/malloc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/schulung_tools/malloc/Makefile b/schulung_tools/malloc/Makefile index b6160a8..a1bd685 100644 --- a/schulung_tools/malloc/Makefile +++ b/schulung_tools/malloc/Makefile @@ -1,7 +1,7 @@ -malloc: malloc.c - $(CROSS_COMPILE)gcc -g -omalloc malloc.c +malloc: malloc.c stats.c + $(CROSS_COMPILE)gcc -g $^ -o$@ clean: rm -f malloc core -.PHONY: clean +.PHONY: all clean |
