Skip to content
Snippets Groups Projects
Commit 0e4befb7 authored by Christopher Alfeld's avatar Christopher Alfeld
Browse files

Some initial Makefiles.

parent 1823b34c
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
# Testbed wide makefile.
.PHONY: all lib/sql.so assign_hw/assign
all: lib/sql.so assign_hw/assign
lib/sql.so:
@$(MAKE) -C lib sql.so
assign_hw/assign:
@$(MAKE) -C assign_hw
all: sql.so
sql.so:
./mk_sqlso.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment