Skip to content
Snippets Groups Projects
Commit 28e2b121 authored by Friese, Philipp's avatar Friese, Philipp
Browse files

Ordnerstruktur geaendert

parent c0273a7b
No related branches found
No related tags found
No related merge requests found
......@@ -10,12 +10,12 @@ MKDIR = mkdir -p
TARGET_EXTENSION=.out
C_COMPILER=gcc
UNITY_ROOT=../../../../Unity
UNITY_ROOT=test/Unity
TARGET_BASE1=TESTSet
TARGET1 = $(TARGET_BASE1)$(TARGET_EXTENSION)
SRC_FILES1=$(UNITY_ROOT)/src/unity.c set.c test/TestSet.c test/test_runners/TestSet_Runner.c
INC_DIRS=-I. -I$(UNITY_ROOT)/src
SRC_FILES1=$(UNITY_ROOT)/unity.c set.c test/TestSet.c test/test_runners/TestSet_Runner.c
INC_DIRS=-I. -I$(UNITY_ROOT)
SYMBOLS=
all: clean default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment