Compare commits

..

No commits in common. "49571e72be4eafa93bbd3454d7a524f4d11d6dc3" and "9c0bd9891806402827e9f54beb7e26ad301aa372" have entirely different histories.

3 changed files with 2 additions and 2 deletions

View file

@ -4,11 +4,11 @@ CFLAGS = -O3 -I../include
LDFLAGS = -L ../ -lglfw -lgearlib -lm
CFILES=$(shell find -L * -type f -name '*.c')
BINARIES=$(CFILES:.c=.exe)
BINARIES=$(CFILES:.c=)
all: $(BINARIES)
%.exe: %.c
%: %.c
$(CC) $< -o $@ $(CFLAGS) $(LDFLAGS)
clean:

View file

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 123 KiB

BIN
examples/test.exe Normal file

Binary file not shown.