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
|
||||
# --------------------------
|
||||
unitTests:
|
||||
echo "needs to be implemented"
|
||||
unitTestsStack: stack.o test_stack.c $(unityfolder)/unity.c
|
||||
$(CC) $(FLAGS) $^ -o $@
|
||||
|
||||
|
||||
# --------------------------
|
||||
# Clean
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user