~ruther/CTU-FEE-B0B35APO-Semestral-project

ref: a7da48b6ab870a0b6110b17953839e2b0601a6b3 CTU-FEE-B0B35APO-Semestral-project/Makefile -rw-r--r-- 495 bytes
a7da48b6 — František Boháček fix: image region move within to not set wrong x, y 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export ROOT_DIR = $(shell pwd)
export BIN_DIR = $(ROOT_DIR)/bin

#export SSH_OPTIONS=-o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" -o "Port=2222"
#export SSH_GDB_TUNNEL_REQUIRED=y
#export SSH_OPTIONS=-i /opt/zynq/ssh-connect/mzapo-root-key
#export SSH_OPTIONS=-o 'ProxyJump=ctu_login@postel.felk.cvut.cz'

all: image-viewer

image-viewer:
	@make -C image-viewer

copy-executables:
	@make -C image-viewer copy-executables

clean:
	@make -C image-viewer clean
	rm -rf $(BIN_DIR)
Do not follow this link