makefile verändert
This commit is contained in:
parent
3b0a8a24ff
commit
6dd963c40e
5
makefile
5
makefile
@ -35,8 +35,9 @@ $(program_obj_filesobj_files): %.o: %.c
|
|||||||
# --------------------------
|
# --------------------------
|
||||||
# Unit Tests
|
# Unit Tests
|
||||||
# --------------------------
|
# --------------------------
|
||||||
unitTests:
|
unitTestsStack: stack.o test_stack.c $(unityfolder)/unity.c
|
||||||
echo "needs to be implemented"
|
$(CC) $(FLAGS) $^ -o $@
|
||||||
|
|
||||||
|
|
||||||
# --------------------------
|
# --------------------------
|
||||||
# Clean
|
# Clean
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user