aboutsummaryrefslogtreecommitdiff
path: root/02-usart/test_harness/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '02-usart/test_harness/Makefile')
-rw-r--r--02-usart/test_harness/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/02-usart/test_harness/Makefile b/02-usart/test_harness/Makefile
deleted file mode 100644
index 443292b..0000000
--- a/02-usart/test_harness/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-CC=gcc
-CFLAGS=-g3 -ggdb -Wall
-
-test_harness.a: test_harness.c test_harness.h fake_env.o
- gcc -o test_harness.o -c test_harness.c $(CFLAGS)
- ar r test_harness.a test_harness.o fake_env.o
-
-fake_env.o: fake_env.c fake_env.h
- gcc -o fake_env.o -c fake_env.c $(CFLAGS)