Files
sumalibs/global.mk

11 lines
94 B
Makefile
Raw Normal View History

2015-07-16 14:00:12 +02:00
CC=gcc
LDFLAGS=
CFLAGS = -O3 -w
default: all
%.o: %.c
$(CC) $(CFLAGS) -c -o $@ $< $(LIB)