test check
This commit is contained in:
parent
9669b96e47
commit
ec4a0e1b75
3 changed files with 37 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -1,7 +1,7 @@
|
|||
CFLAGS=-std=c99 -Wall -g -O2
|
||||
INDENTOPTS=-kr --no-tabs --braces-on-func-def-line --indent-level2
|
||||
|
||||
TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs ncurses-pong bit-fuckery bit-fuckery2
|
||||
TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs ncurses-pong bit-fuckery bit-fuckery2 checkcheck
|
||||
|
||||
.PHONY: all
|
||||
all: $(TARGETS)
|
||||
|
@ -25,3 +25,6 @@ threads: threads.c
|
|||
|
||||
ncurses-pong: ncurses-pong.c
|
||||
$(CC) $(CFLAGS) -o $@ $< -lncurses
|
||||
|
||||
checkcheck: checkcheck.c
|
||||
$(CC) $(CFLAGS) -o $@ $< -lcheck
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue