advent-of-code

advent of code attempts
git clone git://bvnf.space/advent-of-code.git
Log | Files | Refs

Makefile (101B)


      1
      2
      3
      4
      5
      6
      7
      8
      9
.POSIX:

CFLAGS = -Wall -Wextra -pedantic -Og -g -D_XOPEN_SOURCE=500

all: a
a: a.c

clean:
	rm -f a