s/gcc/$(DIET)$(CC)/

This commit is contained in:
Felix von Leitner 2001-10-18 13:25:27 +00:00
parent ce651faa1e
commit ee17c25728
1 changed files with 1 additions and 1 deletions

View File

@ -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: