simple pong
This commit is contained in:
parent
97c466d109
commit
b9821ccd5e
3 changed files with 63 additions and 1 deletions
2
Makefile
2
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 mandelbrot.bmp 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
|
||||
|
||||
.PHONY: all
|
||||
all: $(TARGETS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue