winlivebg_test1
diff Makefile @ 2:a9025f31ae2d
sortof works, testing with colcycle hack
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 28 Oct 2019 16:07:25 +0200 |
parents | d6d791557330 |
children |
line diff
1.1 --- a/Makefile Thu Oct 17 09:32:42 2019 +0300 1.2 +++ b/Makefile Mon Oct 28 16:07:25 2019 +0200 1.3 @@ -1,8 +1,8 @@ 1.4 src = $(wildcard src/*.c) 1.5 obj = $(src:.c=.o) 1.6 -bin = test.exe 1.7 +bin = winlivebg_test.exe 1.8 1.9 -CFLAGS = -pedantic -Wall -g 1.10 +CFLAGS = -pedantic -Wall -g -O3 1.11 LDFLAGS = -mwindows -lopengl32 -lwinmm 1.12 1.13 $(bin): $(obj)