Compare commits
No commits in common. "49571e72be4eafa93bbd3454d7a524f4d11d6dc3" and "9c0bd9891806402827e9f54beb7e26ad301aa372" have entirely different histories.
49571e72be
...
9c0bd98918
3 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ CFLAGS = -O3 -I../include
|
||||||
LDFLAGS = -L ../ -lglfw -lgearlib -lm
|
LDFLAGS = -L ../ -lglfw -lgearlib -lm
|
||||||
|
|
||||||
CFILES=$(shell find -L * -type f -name '*.c')
|
CFILES=$(shell find -L * -type f -name '*.c')
|
||||||
BINARIES=$(CFILES:.c=.exe)
|
BINARIES=$(CFILES:.c=)
|
||||||
|
|
||||||
all: $(BINARIES)
|
all: $(BINARIES)
|
||||||
|
|
||||||
%.exe: %.c
|
%: %.c
|
||||||
$(CC) $< -o $@ $(CFLAGS) $(LDFLAGS)
|
$(CC) $< -o $@ $(CFLAGS) $(LDFLAGS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
BIN
examples/test.exe
Normal file
BIN
examples/test.exe
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue