diff --git a/Makefile b/Makefile index f1e1b1e..5748847 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ $(BUFFER_OBJS) $(MMAP_OBJS) t: t.o socket.a stralloc.a fmt.a scan.a uint.a mmap.a open.a buffer.a \ str.a byte.a - gcc -g -o $@ $^ + $(DIET)$(CC) -g -o $@ $^ .PHONY: clean tar clean: