mirror of
https://github.com/rdolbeau/VintageBusFPGA_Common.git
synced 2026-05-01 22:06:22 +00:00
flashsend for ZTex
This commit is contained in:
21
flashsend/Makefile
Normal file
21
flashsend/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
#########################
|
||||
# configuration section #
|
||||
#########################
|
||||
|
||||
ZTEXPREFIX=../..
|
||||
|
||||
JARTARGET=FlashSend.jar
|
||||
CLASSTARGETS=FlashSend.class
|
||||
CLASSEXTRADEPS=
|
||||
#CLASSEXTRADEPS:=$(wildcard $(ZTEXPREFIX)/java/ztex/*.java)
|
||||
|
||||
IHXTARGETS=
|
||||
IHXEXTRADEPS=
|
||||
#IHXEXTRADEPS:=$(wildcard $(ZTEXPREFIX)/include/*.h)
|
||||
EXTRAJARFILES=
|
||||
|
||||
################################
|
||||
# DO NOT CHANAGE THE FOLLOWING #
|
||||
################################
|
||||
|
||||
include $(ZTEXPREFIX)/Makefile.mk
|
||||
Reference in New Issue
Block a user