feat: update structure
This commit is contained in:
13
cs2106/labs/lab4/linkedlist/bf/Makefile
Normal file
13
cs2106/labs/lab4/linkedlist/bf/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
.PHONY: run test
|
||||
|
||||
run: harness-bf
|
||||
./harness-bf
|
||||
|
||||
test: testmalloc
|
||||
./testmalloc
|
||||
|
||||
harness-bf: harness-bf.c llist.c mymalloc.c
|
||||
gcc $^ -o $@
|
||||
|
||||
testmalloc: testmalloc.c mymalloc.c llist.c
|
||||
gcc $^ -o $@
|
||||
Reference in New Issue
Block a user