1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-15 14:09:06 +00:00
Aquaria/tools/Makefile

11 lines
117 B
Makefile
Raw Normal View History

2012-07-13 18:40:39 +00:00
CC=gcc
CFLAGS=-Wall -pedantic -pipe -O2
.PHONY: all
all: glfpatch
glfpatch: glfpatch.c
${CC} ${CFLAGS} -o $@ $<