serum-dex/lockup/Makefile

12 lines
197 B
Makefile
Raw Normal View History

include ../Makefile
LIB_NAME=serum_lockup_program
2020-12-01 09:48:26 -08:00
.PHONY: test test-program
2020-12-01 09:48:26 -08:00
test: deploy-super test-program
@ # no-op
test-program:
2020-12-01 09:48:26 -08:00
make TEST_PROGRAM_ID=$(TEST_PROGRAM_ID) test-program-super