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.

12 lines
166 B

  1. .PHONY: make
  2. make:
  3. echo "To use: make <tesname>"
  4. echo "Example: make test"
  5. %: %.c
  6. gcc -I"/usr/include/SDL2" -L../out/ -Wall $< -o $@.out -lSDL_Clicky -lSDL2