You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
137 B

  1. all: ex1 ex2 ex3 ex4
  2. ex1: ex1.c
  3. gcc $< -o $@
  4. ex2: ex2.c
  5. gcc $< -o $@ -lm
  6. ex3: ex3.c
  7. gcc $< -o $@ -lm
  8. ex4: ex4.c
  9. gcc $< -o $@ -lm