mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 18:03:02 +01:00
8 lines
138 B
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 $@
|