25개 이상의 토픽을 선택하실 수 없습니다. 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