1 all: memleak 2 3 clean: 4 rm -vf memleak 5 6 memleak: 7 cc --std=gnu99 -O2 -Wall src/memleak.c -o memleak
Generated by cgit