8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 18:03:02 +01:00
firebird-mirror/extern/libtommath/cross/Makefile

8 lines
138 B
Makefile

DIR_OBJ=.
DIR_SRC=..
include $(DIR_SRC)/makefile
$(DIR_OBJ)/%.o: $(DIR_SRC)/%.c
$(CC) -I$(DIR_SRC) $(CFLAGS) -c $(firstword $<) -o $@