Skip to content

Commit

Permalink
Add CI placeholder Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Sep 26, 2023
1 parent 9373d25 commit bbe40cd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions examples/uspto/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#
# CI placeholder for USPTO example
#

export RDBMS?=sqlite
export ROLAPDB?=rolap

A3K?=a3k

V?=1
TIME?=time
export SQLITE_TMPDIR?=.

include simple-rolap/Makefile

simple-rolap/Makefile:
git clone https://github.com/dspinellis/simple-rolap

depclean:
rm -f $(DEPENDENCIES)

0 comments on commit bbe40cd

Please sign in to comment.