MrDraw/checkSSE2/Makefile

6 lines
81 B
Makefile

CC ?= gcc
TARGET ?= checkSSE2
$(TARGET): main.c
$(CC) -o $(TARGET) main.c -Os