Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- all: s21_string
- s21_string: unittest.o s21_string.o
- gcc unittest.o s21_string.o -o ../build/s21_string -I../../.brew/include -L../../.brew/Cellar/check/0.15.2/lib -lcheck
- s21_string.o: s21_string.c s21_string.h
- gcc -c s21_string.c -o s21_string.o
- unittest.o: unittest.c
- gcc -c unittest.c -I../../.brew/include -L../../.brew/Cellar/check/0.15.2/lib
- clean:
- rm -rf *.o ../build/s21_string
- rebuild: clean all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement