Commit 05865e54 authored by Liam E. Roeth's avatar Liam E. Roeth

makefile

parent 3be4ad2a
test : test.out
./test.out
.PHONY : run compile test
test.out : linked_list.c linked_list.h main.c
gcc -o test.out linked_list.c test.c
main.out : linked_list.c linked_list.h main.c
gcc -o main.out linked_list.c main.c
compile : test.out main.out
run : main.out
./main.out
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment