Advertisement
Guest User

Untitled

a guest
Jul 12th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 1.43 KB | None | 0 0
  1. saveCSV.o: saveCSV.c saveCSV.h
  2.         gcc -c saveCSV.c
  3.  
  4. brute_comp.o: brute_comp.c brute_comp.h
  5.         gcc -c brute_comp.c
  6.  
  7. brute.o: brute.c brute.h
  8.         gcc -c brute.c
  9.  
  10. count_solved.o : count_solved.c count_solved.h
  11.         gcc -c count_solved.c
  12.  
  13. display_string.o : display_string.c display_string.h
  14.         gcc -c display_string.c
  15.  
  16. display.o : display.c display.h
  17.         gcc -c display.c
  18.  
  19. fill_digit.o : fill_digit.c fill_digit.h
  20.         gcc -c fill_digit.c
  21.  
  22. fill.o: fill.c fill.h
  23.         gcc -c fill.c
  24.  
  25. box.o: box.c box.h
  26.         gcc -c box.c
  27.  
  28. inconsistent_grid.o: inconsistent_grid.c inconsistent_grid.h
  29.         gcc -c inconsistent_grid.c
  30.  
  31. inconsistent_unit.o : inconsistent_unit.c inconsistent_unit.h
  32.         gcc -c inconsistent_unit.c
  33.  
  34. init.o : init.c init.h
  35.         gcc -c init.c
  36.  
  37. list_solved.o : list_solved.c list_solved.h
  38.         gcc -c list_solved.c
  39.  
  40. multi_html.o : multi_html.c multi_html.h
  41.         gcc -c multi_html.c
  42.  
  43. save_html.o : save_html.c save_html.h
  44.         gcc -c save_html.c
  45.  
  46.  
  47. clean :
  48.         rm generator brute_comp.o brute.o count_solved.o display_string.o \
  49.         display.o fill_digit.o fill.o in_box.o inconsistent_grid.o \
  50.         inconsistent_unit.o init.o list_solved.o multi_html.o save_html.o saveCSV.o
  51.                                                                                                                                                     63,2-9        Bot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement